aboutsummaryrefslogtreecommitdiff
path: root/tools/bookmaker/parserCommon.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/bookmaker/parserCommon.cpp')
-rw-r--r--tools/bookmaker/parserCommon.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/bookmaker/parserCommon.cpp b/tools/bookmaker/parserCommon.cpp
index c3bab1a4da..271551bd6f 100644
--- a/tools/bookmaker/parserCommon.cpp
+++ b/tools/bookmaker/parserCommon.cpp
@@ -5,10 +5,11 @@
* found in the LICENSE file.
*/
-#include "bookmaker.h"
#include "SkOSFile.h"
#include "SkOSPath.h"
+#include "parserCommon.h"
+
void ParserCommon::checkLineLength(size_t len, const char* str) {
if (!fWritingIncludes) {
return;