summaryrefslogtreecommitdiff
path: root/plugins/SmileyAdd/src/bkstring.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/SmileyAdd/src/bkstring.cpp')
-rw-r--r--plugins/SmileyAdd/src/bkstring.cpp16
1 files changed, 1 insertions, 15 deletions
diff --git a/plugins/SmileyAdd/src/bkstring.cpp b/plugins/SmileyAdd/src/bkstring.cpp
index 2973783abc..f6d3270fef 100644
--- a/plugins/SmileyAdd/src/bkstring.cpp
+++ b/plugins/SmileyAdd/src/bkstring.cpp
@@ -16,21 +16,7 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef __GNUC__
-# ifdef _DEBUG
-# define _CRTDBG_MAP_ALLOC
-# include <stdlib.h>
-# include <crtdbg.h>
-# else
-# include <stdlib.h>
-# endif
-#endif
-
-#include <stdio.h>
-#include <stdarg.h>
-
-#include "bkstring.h"
-
+#include "general.h"
bkstring::~bkstring() { if (sizeAlloced) free(buf); }