]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - compress_filter.c
Always include stdbool.h.
[paraslash.git] / compress_filter.c
index eee37518fd3ef0c5b52f3a4e116ff1767d360db3..f6ab8b12a74a0aeb3311d5fc4f99e0882d36d08d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2010 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2005-2011 Andre Noll <maan@systemlinux.org>
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
@@ -11,7 +11,6 @@
  */
 
 #include <regex.h>
-#include <stdbool.h>
 
 #include "para.h"
 #include "compress_filter.cmdline.h"