More removal of $Id$ tags
[citadel.git] / citadel / modules / inetcfg / serv_inetcfg.c
index cfd72d64f3cb9ba55d03656bc731854475468f0f..1e74c1df624173df4f4450c6597e6713301d1a76 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id$ 
- *
  * This module handles the loading/saving and maintenance of the
  * system's Internet configuration.  It's not an optional component; I
  * wrote it as a module merely to keep things as clean and loosely coupled
@@ -54,7 +52,6 @@
 #include "support.h"
 #include "config.h"
 #include "user_ops.h"
-#include "policy.h"
 #include "database.h"
 #include "msgbase.h"
 #include "internet_addressing.h"
@@ -199,6 +196,6 @@ CTDL_MODULE_INIT(inetcfg)
        }
        
        /* return our Subversion id for the Log */
-       return "$Id$";
+       return "inetcfg";
 }