debug: remove empty header

pull/7882/head
Victor Julien 3 years ago
parent c3c5829f96
commit e250ef6402

@ -65,7 +65,6 @@ noinst_HEADERS = \
datasets-reputation.h \
datasets-sha256.h \
datasets-string.h \
debug.h \
decode-chdlc.h \
decode-erspan.h \
decode-esp.h \

@ -24,7 +24,6 @@
#include "suricata-common.h"
#include "suricata.h"
#include "debug.h"
#include "detect.h"
#include "flow.h"
#include "conf.h"

@ -25,7 +25,6 @@
*/
#include "suricata-common.h"
#include "debug.h"
#include "detect.h"
#include "flow.h"
#include "conf.h"

@ -25,7 +25,6 @@
*/
#include "suricata-common.h"
#include "debug.h"
#include "flow.h"
#include "conf.h"

@ -23,7 +23,6 @@
*/
#include "suricata-common.h"
#include "debug.h"
#include "decode.h"
#include "threads.h"
#include "threadvars.h"

@ -54,7 +54,6 @@
#include "queue.h"
#include "suricata-common.h"
#include "debug.h"
#include "ippair-storage.h"
#include "flow-storage.h"

@ -23,7 +23,6 @@
*/
#include "suricata-common.h"
#include "debug.h"
#include "util-print.h"
#include "stream-tcp.h"

@ -26,7 +26,6 @@
*/
#include "suricata-common.h"
#include "debug.h"
#include "decode.h"
#include "threads.h"

@ -28,7 +28,6 @@
#include "suricata.h"
#include "suricata-common.h"
#include "debug.h"
#include "decode.h"
#include "threads.h"

@ -26,7 +26,6 @@
#include "suricata.h"
#include "suricata-common.h"
#include "debug.h"
#include "util-validate.h"
#include "decode.h"
#include "threads.h"

@ -36,7 +36,6 @@
#include "suricata.h"
#include "suricata-common.h"
#include "conf.h"
#include "debug.h"
#include "decode.h"
#include "threads.h"
#include "counters.h"

@ -24,7 +24,6 @@
*/
#include "suricata-common.h"
#include "debug.h"
#include "util-unittest.h"
#include "decode.h"
#include "threads.h"

@ -23,7 +23,6 @@
#include "suricata.h"
#include "suricata-common.h"
#include "debug.h"
#include "decode.h"
#include "threads.h"

@ -26,7 +26,6 @@
*/
#include "suricata-common.h"
#include "debug.h"
#include "decode.h"
#include "threads.h"

@ -25,7 +25,6 @@
*/
#include "suricata-common.h"
#include "debug.h"
#include "decode.h"
#include "threads.h"

@ -1,31 +0,0 @@
/* Copyright (C) 2007-2010 Open Information Security Foundation
*
* You can copy, redistribute or modify this Program under the terms of
* the GNU General Public License version 2 as published by the Free
* Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* version 2 along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
* 02110-1301, USA.
*/
/**
* \file
*
* \author Victor Julien <victor@inliniac.net>
*/
#ifndef __DEBUG_H__
#define __DEBUG_H__
#ifdef DEBUG
#endif /* DEBUG */
#endif /* __DEBUG_H__ */

@ -25,7 +25,6 @@
#include "suricata-common.h"
#include "threads.h"
#include "debug.h"
#include "defrag-queue.h"
#include "util-error.h"
#include "util-debug.h"

@ -22,7 +22,6 @@
*/
#include "suricata-common.h"
#include "debug.h"
#include "decode.h"
#include "rust.h"

@ -26,7 +26,6 @@
#include "threads.h"
#include "app-layer.h"
#include "app-layer-parser.h"
#include "debug.h"
#include "decode.h"
#include "detect.h"

@ -24,7 +24,6 @@
*/
#include "suricata-common.h"
#include "debug.h"
#include "decode.h"
#include "detect.h"
#include "detect-parse.h"

@ -25,7 +25,6 @@
*/
#include "suricata-common.h"
#include "debug.h"
#include "decode.h"
#include "detect.h"
#include "detect-engine.h"

@ -25,7 +25,6 @@
#include "suricata-common.h"
#include "threads.h"
#include "debug.h"
#include "decode.h"
#include "detect.h"

@ -24,7 +24,6 @@
*/
#include "suricata-common.h"
#include "debug.h"
#include "decode.h"
#include "detect.h"

@ -25,7 +25,6 @@
#include "suricata-common.h"
#include "suricata.h"
#include "debug.h"
#include "decode.h"
#include "detect.h"

@ -30,7 +30,6 @@
#include "suricata-common.h"
#include "threads.h"
#include "debug.h"
#include "decode.h"
#include "detect.h"

@ -28,7 +28,6 @@
*/
#include "suricata-common.h"
#include "debug.h"
#include "detect.h"
#include "decode.h"
#include "flow.h"

@ -24,7 +24,6 @@
#include "suricata-common.h"
#include "suricata.h"
#include "conf.h"
#include "debug.h"
#include "detect.h"
#include "detect-parse.h"

@ -23,7 +23,6 @@
#include "suricata-common.h"
#include "suricata.h"
#include "debug.h"
#include "detect.h"
#include "flow.h"
#include "flow-private.h"

@ -36,7 +36,6 @@
*/
#include "suricata-common.h"
#include "debug.h"
#include "detect.h"
#include "flow.h"

@ -23,7 +23,6 @@
#include "suricata-common.h"
#include "suricata.h"
#include "debug.h"
#include "detect.h"
#include "flow.h"
#include "flow-private.h"

@ -24,7 +24,6 @@
#include "suricata-common.h"
#include "threads.h"
#include "debug.h"
#include "decode.h"
#include "detect.h"

@ -25,7 +25,6 @@
#include "suricata-common.h"
#include "threads.h"
#include "debug.h"
#include "decode.h"
#include "detect.h"

@ -24,7 +24,6 @@
#include "suricata-common.h"
#include "threads.h"
#include "debug.h"
#include "decode.h"
#include "detect.h"

@ -25,7 +25,6 @@
#include "suricata-common.h"
#include "threads.h"
#include "debug.h"
#include "decode.h"
#include "detect.h"

@ -25,7 +25,6 @@
#include "suricata-common.h"
#include "threads.h"
#include "debug.h"
#include "decode.h"
#include "detect.h"

@ -24,7 +24,6 @@
*/
#include "suricata-common.h"
#include "debug.h"
#include "decode.h"
#include "detect.h"

@ -24,7 +24,6 @@
*/
#include "suricata-common.h"
#include "debug.h"
#include "decode.h"
#include "decode-ipv4.h"
#include "decode-ipv6.h"

@ -21,7 +21,6 @@
#include "suricata-common.h"
#include "threads.h"
#include "debug.h"
#include "decode.h"
#include "detect.h"

@ -24,7 +24,6 @@
*/
#include "suricata-common.h"
#include "debug.h"
#include "decode.h"
#include "detect.h"
#include "detect-parse.h"

@ -26,7 +26,6 @@
*/
#include "suricata-common.h"
#include "debug.h"
#include "decode.h"
#include "detect.h"
@ -551,4 +550,4 @@ static void DetectGeoipRegisterTests(void)
UtRegisterTest("GeoipParseTest07", GeoipParseTest07);
}
#endif /* UNITTESTS */
#endif /* HAVE_GEOIP */
#endif /* HAVE_GEOIP */

@ -32,7 +32,6 @@
#include "suricata-common.h"
#include "threads.h"
#include "debug.h"
#include "decode.h"
#include "detect.h"

@ -32,7 +32,6 @@
#include "suricata-common.h"
#include "threads.h"
#include "debug.h"
#include "decode.h"
#include "detect.h"

@ -33,7 +33,6 @@
#include "suricata-common.h"
#include "threads.h"
#include "debug.h"
#include "decode.h"
#include "detect.h"

@ -33,7 +33,6 @@
#include "suricata-common.h"
#include "threads.h"
#include "debug.h"
#include "decode.h"
#include "detect.h"

@ -31,7 +31,6 @@
#include "suricata-common.h"
#include "threads.h"
#include "debug.h"
#include "decode.h"
#include "detect.h"

@ -24,7 +24,6 @@
*/
#include "suricata-common.h"
#include "debug.h"
#include "decode.h"
#include "detect.h"

@ -24,7 +24,6 @@
*/
#include "suricata-common.h"
#include "debug.h"
#include "decode.h"
#include "detect.h"

@ -24,7 +24,6 @@
*/
#include "suricata-common.h"
#include "debug.h"
#include "decode.h"
#include "detect.h"

@ -24,7 +24,6 @@
*/
#include "suricata-common.h"
#include "debug.h"
#include "decode.h"
#include "detect.h"

@ -22,7 +22,6 @@
#include "suricata-common.h"
#include "threads.h"
#include "debug.h"
#include "decode.h"
#include "detect.h"

@ -22,7 +22,6 @@
#include "suricata-common.h"
#include "threads.h"
#include "debug.h"
#include "decode.h"
#include "detect.h"

@ -22,7 +22,6 @@
#include "suricata-common.h"
#include "threads.h"
#include "debug.h"
#include "decode.h"
#include "detect.h"

@ -24,7 +24,6 @@
*/
#include "suricata-common.h"
#include "debug.h"
#include "decode.h"
#include "detect.h"

@ -24,7 +24,6 @@
*/
#include "suricata-common.h"
#include "debug.h"
#include "decode.h"
#include "detect.h"
#include "detect-engine.h"

@ -24,7 +24,6 @@
*/
#include "suricata-common.h"
#include "debug.h"
#include "decode.h"
#include "detect.h"

@ -25,7 +25,6 @@
*/
#include "suricata-common.h"
#include "debug.h"
#include "decode.h"
#include "detect.h"

@ -27,7 +27,6 @@
#include "conf.h"
#include "threads.h"
#include "debug.h"
#include "decode.h"
#include "detect.h"

@ -26,7 +26,6 @@
#include "conf.h"
#include "threads.h"
#include "debug.h"
#include "decode.h"
#include "detect.h"

@ -27,7 +27,6 @@
#include "app-layer-parser.h"
#include "conf.h"
#include "debug.h"
#include "decode.h"
#include "detect.h"
#include "detect-content.h"

@ -27,7 +27,6 @@
#include "app-layer-parser.h"
#include "conf.h"
#include "debug.h"
#include "decode.h"
#include "detect.h"
#include "detect-content.h"

@ -23,7 +23,6 @@
#include "suricata-common.h"
#include "threads.h"
#include "debug.h"
#include "decode.h"
#include "detect.h"

@ -23,7 +23,6 @@
#include "suricata-common.h"
#include "threads.h"
#include "debug.h"
#include "decode.h"
#include "detect.h"

@ -24,7 +24,6 @@
*/
#include "suricata-common.h"
#include "debug.h"
#include "detect.h"
#include "detect-engine.h"

@ -24,7 +24,6 @@
*/
#include "suricata-common.h"
#include "debug.h"
#include "decode.h"
#include "detect.h"

@ -24,7 +24,6 @@
#include "suricata-common.h"
#include "threads.h"
#include "debug.h"
#include "decode.h"
#include "detect.h"
@ -134,4 +133,4 @@ static void DetectPktDataTestRegister(void)
UtRegisterTest("DetectPktDataTest01", DetectPktDataTest01);
UtRegisterTest("DetectPktDataTest02", DetectPktDataTest02);
}
#endif
#endif

@ -22,7 +22,6 @@
#include "suricata-common.h"
#include "threads.h"
#include "debug.h"
#include "decode.h"
#include "detect.h"

@ -24,7 +24,6 @@
*/
#include "suricata-common.h"
#include "debug.h"
#include "decode.h"
#include "detect.h"

@ -24,7 +24,6 @@
*/
#include "suricata-common.h"
#include "debug.h"
#include "decode.h"
#include "detect.h"

@ -25,7 +25,6 @@
#include "suricata-common.h"
#include "threads.h"
#include "debug.h"
#include "decode.h"
#include "detect.h"

@ -25,7 +25,6 @@
#include "suricata-common.h"
#include "threads.h"
#include "debug.h"
#include "decode.h"
#include "detect.h"

@ -24,7 +24,6 @@
#include "suricata-common.h"
#include "threads.h"
#include "debug.h"
#include "decode.h"
#include "detect.h"

@ -24,7 +24,6 @@
#include "suricata-common.h"
#include "threads.h"
#include "debug.h"
#include "decode.h"
#include "detect.h"

@ -25,7 +25,6 @@
#include "suricata-common.h"
#include "threads.h"
#include "debug.h"
#include "decode.h"
#include "detect.h"

@ -25,7 +25,6 @@
#include "suricata-common.h"
#include "threads.h"
#include "debug.h"
#include "decode.h"
#include "detect.h"

@ -25,7 +25,6 @@
#include "suricata-common.h"
#include "threads.h"
#include "debug.h"
#include "decode.h"
#include "detect.h"

@ -23,7 +23,6 @@
#include "suricata-common.h"
#include "threads.h"
#include "debug.h"
#include "decode.h"
#include "detect.h"
@ -141,4 +140,4 @@ void DetectSshHasshServerStringRegister(void)
DetectBufferTypeSetDescriptionByName(BUFFER_NAME, BUFFER_DESC);
g_ssh_hassh_server_string_buffer_id = DetectBufferTypeGetByName(BUFFER_NAME);
}
}

@ -23,7 +23,6 @@
#include "suricata-common.h"
#include "threads.h"
#include "debug.h"
#include "decode.h"
#include "detect.h"

@ -23,7 +23,6 @@
#include "suricata-common.h"
#include "threads.h"
#include "debug.h"
#include "decode.h"
#include "detect.h"

@ -23,7 +23,6 @@
#include "suricata-common.h"
#include "threads.h"
#include "debug.h"
#include "decode.h"
#include "detect.h"

@ -29,7 +29,6 @@
#include "suricata-common.h"
#include "threads.h"
#include "debug.h"
#include "decode.h"
#include "detect.h"

@ -33,7 +33,6 @@
#include "suricata-common.h"
#include "threads.h"
#include "debug.h"
#include "decode.h"
#include "detect.h"

@ -25,7 +25,6 @@
#include "suricata-common.h"
#include "threads.h"
#include "debug.h"
#include "decode.h"
#include "detect.h"

@ -25,7 +25,6 @@
#include "suricata-common.h"
#include "threads.h"
#include "debug.h"
#include "decode.h"
#include "detect.h"

@ -34,7 +34,6 @@
#include "detect-engine-state.h"
#include "app-layer-parser.h"
#include "debug.h"
#include "decode.h"
#include "flow.h"

@ -25,7 +25,6 @@
*/
#include "suricata-common.h"
#include "debug.h"
#include "decode.h"
#include "detect.h"

@ -24,7 +24,6 @@
*/
#include "suricata-common.h"
#include "debug.h"
#include "decode.h"
#include "detect.h"

@ -24,7 +24,6 @@
*/
#include "suricata-common.h"
#include "debug.h"
#include "decode.h"
#include "detect.h"

@ -25,7 +25,6 @@
#include "suricata-common.h"
#include "threads.h"
#include "debug.h"
#include "decode.h"
#include "detect.h"

@ -25,7 +25,6 @@
#include "suricata-common.h"
#include "threads.h"
#include "debug.h"
#include "decode.h"
#include "detect.h"

@ -25,7 +25,6 @@
#include "suricata-common.h"
#include "threads.h"
#include "debug.h"
#include "decode.h"
#include "detect.h"

@ -25,7 +25,6 @@
#include "suricata-common.h"
#include "threads.h"
#include "debug.h"
#include "decode.h"
#include "detect.h"

@ -25,7 +25,6 @@
#include "suricata-common.h"
#include "threads.h"
#include "debug.h"
#include "decode.h"
#include "detect.h"

@ -25,7 +25,6 @@
#include "suricata-common.h"
#include "threads.h"
#include "debug.h"
#include "decode.h"
#include "detect.h"

@ -25,7 +25,6 @@
#include "suricata-common.h"
#include "threads.h"
#include "debug.h"
#include "decode.h"
#include "detect.h"

@ -25,7 +25,6 @@
#include "suricata-common.h"
#include "threads.h"
#include "debug.h"
#include "decode.h"
#include "detect.h"

@ -25,7 +25,6 @@
#include "suricata-common.h"
#include "threads.h"
#include "debug.h"
#include "decode.h"
#include "detect.h"

@ -25,7 +25,6 @@
#include "suricata-common.h"
#include "threads.h"
#include "debug.h"
#include "decode.h"
#include "detect.h"

@ -17,7 +17,6 @@
#include "suricata-common.h"
#include "threads.h"
#include "debug.h"
#include "detect.h"
#include "detect-parse.h"

@ -25,7 +25,6 @@
#include "suricata-common.h"
#include "threads.h"
#include "debug.h"
#include "decode.h"
#include "detect.h"

@ -25,7 +25,6 @@
#include "suricata-common.h"
#include "threads.h"
#include "debug.h"
#include "decode.h"
#include "detect.h"

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save