chiark / gitweb /
Columns are now resizable and wide columns are ellipsized. Columns
[disorder] / lib / split.c
index e39506b9c132d4ef8cc7124f13e92bd00bbc0e59..90036d45b4c71322d98bc36a865a4ba46700e9b5 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * This file is part of DisOrder.
- * Copyright (C) 2004, 2006 Richard Kettlewell
+ * Copyright (C) 2004, 2006-2008 Richard Kettlewell
  *
  * 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
  * USA
  */
 
-#include <config.h>
-#include "types.h"
+#include "common.h"
 
 #include <ctype.h>
-#include <string.h>
 #include <errno.h>
 
 #include "mem.h"