diff options
Diffstat (limited to 'plugins/SmileyAdd/src/stdafx.h')
-rw-r--r-- | plugins/SmileyAdd/src/stdafx.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/plugins/SmileyAdd/src/stdafx.h b/plugins/SmileyAdd/src/stdafx.h index 0beb3b3005..227d1744fb 100644 --- a/plugins/SmileyAdd/src/stdafx.h +++ b/plugins/SmileyAdd/src/stdafx.h @@ -65,6 +65,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include <m_icolib.h>
#include <m_genmenu.h>
#include <m_imgsrvc.h>
+#include <m_regexp.h>
#include <m_string.h>
#include <m_fontservice.h>
@@ -72,12 +73,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include <m_smileyadd.h>
#include <m_folders.h>
-#include "regexp/wcpattern.h"
-#include "regexp/wcmatcher.h"
-
-typedef WCPattern _TPattern;
-typedef WCMatcher _TMatcher;
-
#include "resource.h"
#include "version.h"
#include "imagecache.h"
|