fdr: don't include fdr.h if not necessary

This commit is contained in:
Justin Viiret
2016-04-27 16:37:25 +10:00
committed by Matthew Barr
parent 353f0b4da2
commit f7cdfc5e54
6 changed files with 6 additions and 10 deletions

View 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"