summaryrefslogtreecommitdiff
path: root/plugins/SmileyAdd/src/bkstring.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/SmileyAdd/src/bkstring.h')
-rw-r--r--plugins/SmileyAdd/src/bkstring.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/plugins/SmileyAdd/src/bkstring.h b/plugins/SmileyAdd/src/bkstring.h
index eb164f74e2..552eeb9e3f 100644
--- a/plugins/SmileyAdd/src/bkstring.h
+++ b/plugins/SmileyAdd/src/bkstring.h
@@ -16,14 +16,6 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#pragma once
-
-#include <tchar.h>
-#include <string.h>
-
-#ifndef min
-#define min(A, B) ((A) < (B) ? (A) : (B))
-#endif
class bkstring
{