]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/lib/lib.h
Eliminate dependency on man2html.
[bacula/bacula] / bacula / src / lib / lib.h
index 88c2fe4d16f1f7cb2784b897e5ab44c2e28ca3df..73c23e8857b21b5a2ffd8ac20289bcfe377cc6fb 100644 (file)
@@ -9,7 +9,7 @@
  */
 
 /*
-   Copyright (C) 2000-2005 Kern Sibbald
+   Copyright (C) 2000-2006 Kern Sibbald
 
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License
 #include "btime.h"
 #include "crypto.h"
 #include "mem_pool.h"
+#include "rwlock.h"
+#include "semlock.h"
+#include "queue.h"
+#include "serial.h"
 #include "message.h"
 #include "openssl.h"
 #include "lex.h"
 #include "parse_conf.h"
 #include "tls.h"
 #include "bsock.h"
-#include "bshm.h"
 #include "workq.h"
-#include "rwlock.h"
-#include "semlock.h"
-#include "queue.h"
-#include "serial.h"
 #ifndef HAVE_FNMATCH
 #include "fnmatch.h"
 #endif