]> git.ipfire.org Git - thirdparty/vectorscan.git/commitdiff
fdr: don't include fdr.h if not necessary
authorJustin Viiret <justin.viiret@intel.com>
Wed, 27 Apr 2016 06:37:25 +0000 (16:37 +1000)
committerMatthew Barr <matthew.barr@intel.com>
Wed, 18 May 2016 06:22:41 +0000 (16:22 +1000)
src/fdr/fdr_compile.cpp
src/fdr/fdr_confirm_compile.cpp
src/fdr/fdr_streaming_compile.cpp
src/fdr/flood_compile.cpp
src/fdr/teddy_compile.cpp
src/fdr/teddy_engine_description.cpp

index 2ffeb9847ae1b6730b68ec46312d2f7360040407..ccf177f0dd2a58ab817fd379790cfbd5f7ab8774 100644 (file)
@@ -29,7 +29,7 @@
 /** \file
  * \brief FDR literal matcher: build API.
  */
-#include "fdr.h"
+
 #include "fdr_internal.h"
 #include "fdr_compile.h"
 #include "fdr_confirm.h"
index db236f3168ce30aa5212ee19b2ca324507b7cc56..08946a5fe93b2eb5e51abd9384c6fbe4e9385a5a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2015, Intel Corporation
+ * Copyright (c) 2015-2016, Intel Corporation
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
@@ -26,7 +26,6 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
-#include "fdr.h"
 #include "fdr_internal.h"
 #include "fdr_compile_internal.h"
 #include "fdr_confirm.h"
index 8f9d47280297d7bf2a78d6b90071c726422865ee..34536eecb295430920889690fe2ccf4f81370524 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2015, Intel Corporation
+ * Copyright (c) 2015-2016, Intel Corporation
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
@@ -26,7 +26,6 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
-#include "fdr.h"
 #include "fdr_internal.h"
 #include "fdr_streaming_internal.h"
 #include "fdr_compile_internal.h"
index 321a321256ede02d3876b29119342f088a1422f9..2c1317884f9c761dcf4f8c2a3e7ce124ca97c976 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2015, Intel Corporation
+ * Copyright (c) 2015-2016, Intel Corporation
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
@@ -26,7 +26,6 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
-#include "fdr.h"
 #include "fdr_internal.h"
 #include "fdr_confirm.h"
 #include "fdr_compile_internal.h"
index cc8c33749be99518043d33640f6d686a2c6e8fd9..c1e46d85d43641c669ed3051593f982c72f46011 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2015, Intel Corporation
+ * Copyright (c) 2015-2016, Intel Corporation
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
index 87edcbe51c651f5201c0e4ee291816a6c1694bf1..ead448a8f4c691e709b5474cb4bed2183f3e8536 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2015, Intel Corporation
+ * Copyright (c) 2015-2016, Intel Corporation
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
@@ -26,7 +26,6 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
-#include "fdr.h"
 #include "fdr_internal.h"
 #include "fdr_compile_internal.h"
 #include "fdr_confirm.h"