]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/portab/portabtest.c
Modes.txt: Add "name prefixes" to channel user mode description
[ngircd-alex.git] / src / portab / portabtest.c
index 3602feecf25819a882b7655a6cfba88bf2600322..e7b0dcc838ad3b0e82fb9edf1b2475525327cda6 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * ngIRCd -- The Next Generation IRC Daemon
- * Copyright (c)2001-2013 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
  * Test program for portab.h and friends ;-)
  */
 
-#include "imp.h"
 #include <stdarg.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 
-#include "exp.h"
-
 int allow_severity = 0, deny_severity = 0;
 
 static void
@@ -199,7 +196,7 @@ main(void)
        Check_strlcat();
        Check_strtok_r();
        Check_vsnprintf(2+10, "%s%s", "ab", "1234567890");
-       
+
        return 0;
 }