2005-02-10 [paul] 1.0.1cvs3.2
[claws.git] / src / matcher.c
index 59515f9b7401ffd038c4cff946a37df944f5291b..d116a93f15d79e5c7531f50450a26b216ad116c2 100644 (file)
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
+#include <glib.h>
+#include <glib/gi18n.h>
 #include <ctype.h>
 #include <string.h>
 #include <stdlib.h>
 #include <errno.h>
+
 #include "defs.h"
 #include "utils.h"
 #include "procheader.h"
 #include "matcher.h"
-#include "intl.h"
 #include "matcher_parser.h"
 #include "prefs_gtk.h"
 #include "addr_compl.h"