From f7cdfc5e54773add46e0d93681c022af98b84407 Mon Sep 17 00:00:00 2001 From: Justin Viiret Date: Wed, 27 Apr 2016 16:37:25 +1000 Subject: [PATCH] fdr: don't include fdr.h if not necessary --- src/fdr/fdr_compile.cpp | 2 +- src/fdr/fdr_confirm_compile.cpp | 3 +-- src/fdr/fdr_streaming_compile.cpp | 3 +-- src/fdr/flood_compile.cpp | 3 +-- src/fdr/teddy_compile.cpp | 2 +- src/fdr/teddy_engine_description.cpp | 3 +-- 6 files changed, 6 insertions(+), 10 deletions(-) diff --git a/src/fdr/fdr_compile.cpp b/src/fdr/fdr_compile.cpp index 2ffeb984..ccf177f0 100644 --- a/src/fdr/fdr_compile.cpp +++ b/src/fdr/fdr_compile.cpp @@ -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" diff --git a/src/fdr/fdr_confirm_compile.cpp b/src/fdr/fdr_confirm_compile.cpp index db236f31..08946a5f 100644 --- a/src/fdr/fdr_confirm_compile.cpp +++ b/src/fdr/fdr_confirm_compile.cpp @@ -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" diff --git a/src/fdr/fdr_streaming_compile.cpp b/src/fdr/fdr_streaming_compile.cpp index 8f9d4728..34536eec 100644 --- a/src/fdr/fdr_streaming_compile.cpp +++ b/src/fdr/fdr_streaming_compile.cpp @@ -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" diff --git a/src/fdr/flood_compile.cpp b/src/fdr/flood_compile.cpp index 321a3212..2c131788 100644 --- a/src/fdr/flood_compile.cpp +++ b/src/fdr/flood_compile.cpp @@ -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" diff --git a/src/fdr/teddy_compile.cpp b/src/fdr/teddy_compile.cpp index cc8c3374..c1e46d85 100644 --- a/src/fdr/teddy_compile.cpp +++ b/src/fdr/teddy_compile.cpp @@ -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: diff --git a/src/fdr/teddy_engine_description.cpp b/src/fdr/teddy_engine_description.cpp index 87edcbe5..ead448a8 100644 --- a/src/fdr/teddy_engine_description.cpp +++ b/src/fdr/teddy_engine_description.cpp @@ -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"