chiark / gitweb /
Add missing files
[disorder] / plugins / notify.c
index eede49f14f5057b05c0e412ae60c5d7c0c906a41..15ef47c518351539c7807e6c1a915925956bd46b 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * This file is part of DisOrder.
- * Copyright (C) 2004, 2005 Richard Kettlewell
+ * Copyright (C) 2004, 2005, 2007, 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 <stddef.h>
-#include <stdio.h>
 #include <stdlib.h>
 #include <time.h>
 
@@ -90,4 +88,3 @@ c-basic-offset:2
 comment-column:40
 End:
 */
-/* arch-tag:09c6471644c1b075a86e1d79093b5542 */