]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/match.c
Re-add #include's for header files of the C file itself
[ngircd-alex.git] / src / ngircd / match.c
index f1a0875ebb3582b46b47fc2c75f388389878c19b..93ddc0bc71f363ebece6d8bac0719edab478dcbf 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * ngIRCd -- The Next Generation IRC Daemon
- * Copyright (c)2001-2012 Alexander Barton (alex@barton.de) and Contributors.
+ * Copyright (c)2001-2014 Alexander Barton (alex@barton.de) and Contributors.
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
 #include <assert.h>
 #include <string.h>
 
-#include "match.h"
 #include "defines.h"
 #include "tool.h"
 
+#include "match.h"
+
 /*
  * The pattern matching functions [Matche(), Matche_After_Star()] are based
  * on code of J. Kercheval. Version 1.1 has been released on 1991-03-12 as