]> git.ipfire.org Git - thirdparty/vectorscan.git/commitdiff
teddy: fix forward decl (namespace ue2)
authorJustin Viiret <justin.viiret@intel.com>
Mon, 3 Apr 2017 23:29:41 +0000 (09:29 +1000)
committerMatthew Barr <matthew.barr@intel.com>
Wed, 26 Apr 2017 05:19:36 +0000 (15:19 +1000)
src/fdr/teddy_compile.cpp
src/fdr/teddy_compile.h

index 33a1050cc15eeec6ed6f417f15058d76ad743ce0..80d3316ada89430eb5ad8a2655d1950e03f8e9c5 100644 (file)
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ * \file
+ * \brief FDR literal matcher: Teddy build code.
+ */
+
 #include "teddy_compile.h"
 
 #include "fdr.h"
@@ -44,7 +49,6 @@
 #include "util/target_info.h"
 #include "util/verify_types.h"
 
-
 #include <algorithm>
 #include <cassert>
 #include <cctype>
index 22e8740504737ab81ca07f119a6563b816e6d833..5ff4d83948ad10801b2cb9b1850cc02cbb144bdd 100644 (file)
@@ -26,7 +26,8 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
-/** \file
+/**
+ * \file
  * \brief FDR literal matcher: Teddy build API.
  */
 
 #include <vector>
 
 struct FDR;
-struct target_t;
 
 namespace ue2 {
 
 struct Grey;
 struct hwlmLiteral;
+struct target_t;
 
 bytecode_ptr<FDR> teddyBuildTableHinted(const std::vector<hwlmLiteral> &lits,
                                         bool make_small, u32 hint,