]> code.citadel.org Git - citadel.git/blobdiff - citadel/modules/notes/serv_notes.c
More removal of $Id$ tags
[citadel.git] / citadel / modules / notes / serv_notes.c
index 0b3c3e38443254d4263f34a1c8a1d470523a230b..e1e6b81cc39e60e764fe45f0f693587b1c32d478 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * Handles functions related to yellow sticky notes.
  *
  * Copyright (c) 2007-2009 by the citadel.org team
@@ -50,9 +48,7 @@
 #include "citserver.h"
 #include "support.h"
 #include "config.h"
-#include "room_ops.h"
 #include "user_ops.h"
-#include "policy.h"
 #include "database.h"
 #include "msgbase.h"
 
@@ -187,5 +183,5 @@ CTDL_MODULE_INIT(notes)
        }
        
        /* return our Subversion id for the Log */
-       return "$Id$";
+       return "notes";
 }