notifyd: Avoid "includes.h"
authorVolker Lendecke <vl@samba.org>
Thu, 8 Sep 2016 09:44:36 +0000 (11:44 +0200)
committerVolker Lendecke <vl@samba.org>
Fri, 9 Sep 2016 09:58:07 +0000 (11:58 +0200)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
source3/smbd/notifyd/notifyd.c

index 8e52eea178112a86bb4b0031846825f0027ab92d..b34b89e3d7977fe0e6d2a39170292fa2f4359d67 100644 (file)
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include "includes.h"
+#include "replace.h"
+#include <tevent.h>
+#include "lib/util/data_blob.h"
 #include "librpc/gen_ndr/notify.h"
 #include "librpc/gen_ndr/messaging.h"
 #include "librpc/gen_ndr/server_id.h"
 #include "lib/dbwrap/dbwrap.h"
 #include "lib/dbwrap/dbwrap_rbt.h"
 #include "messages.h"
-#include "proto.h"
 #include "tdb.h"
 #include "util_tdb.h"
 #include "notifyd.h"
@@ -32,7 +33,6 @@
 #include "lib/util/tevent_unix.h"
 #include "ctdbd_conn.h"
 #include "ctdb_srvids.h"
-#include "source3/smbd/proto.h"
 #include "server_id_db_util.h"
 #include "lib/util/iov_buf.h"
 #include "messages_util.h"