Remove unnecessary system header includes.
[paraslash.git] / stdin.c
diff --git a/stdin.c b/stdin.c
index a66ad469c2d648a875d4e8f1ce6917606a18967d..ca06b1bed985f90a814c29bde00eccbd44d253c6 100644 (file)
--- a/stdin.c
+++ b/stdin.c
@@ -1,12 +1,11 @@
 /*
- * Copyright (C) 2006-2014 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2006-2014 Andre Noll <maan@tuebingen.mpg.de>
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
 
 /** \file stdin.c Functions that deal with reading from stdin. */
 
-#include <assert.h>
 #include <regex.h>
 
 #include "para.h"