diff --git a/src/fdr/teddy_compile.cpp b/src/fdr/teddy_compile.cpp index 33a1050c..80d3316a 100644 --- a/src/fdr/teddy_compile.cpp +++ b/src/fdr/teddy_compile.cpp @@ -26,6 +26,11 @@ * 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 #include #include diff --git a/src/fdr/teddy_compile.h b/src/fdr/teddy_compile.h index 22e87405..5ff4d839 100644 --- a/src/fdr/teddy_compile.h +++ b/src/fdr/teddy_compile.h @@ -26,7 +26,8 @@ * POSSIBILITY OF SUCH DAMAGE. */ -/** \file +/** + * \file * \brief FDR literal matcher: Teddy build API. */ @@ -39,12 +40,12 @@ #include struct FDR; -struct target_t; namespace ue2 { struct Grey; struct hwlmLiteral; +struct target_t; bytecode_ptr teddyBuildTableHinted(const std::vector &lits, bool make_small, u32 hint,