Remove some duplicate #include statements.
[paraslash.git] / error2.c
index 9271dadf8a6424e86ccdc7ae3ff5e504b93e0155..0f2f9142d7a0ae5b8a2d302c0229b59208f75e45 100644 (file)
--- a/error2.c
+++ b/error2.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2013-2014 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2013-2014 Andre Noll <maan@tuebingen.mpg.de>
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
@@ -9,11 +9,9 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <assert.h>
-#include <assert.h>
 #include <inttypes.h>
 #include <string.h>
 #include <stdbool.h>
-#include <stdbool.h>
 #include <errno.h>
 #include <ctype.h>