summaryrefslogtreecommitdiff
path: root/src/gui/fonts
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-05-24 21:39:02 +0300
committerAndrei Karas <akaras@inbox.ru>2014-05-24 21:39:02 +0300
commit798a2d57cc46ff7a70e9404275445d086ce6ef1e (patch)
treece06fad681fdab2746d0712221db51681ec89ac5 /src/gui/fonts
parentaf0c69dea518051b0ab3054ce9f06cb2806d7d1b (diff)
downloadplus-798a2d57cc46ff7a70e9404275445d086ce6ef1e.tar.gz
plus-798a2d57cc46ff7a70e9404275445d086ce6ef1e.tar.bz2
plus-798a2d57cc46ff7a70e9404275445d086ce6ef1e.tar.xz
plus-798a2d57cc46ff7a70e9404275445d086ce6ef1e.zip
Fix localconsts.h and debug.h includes.
Diffstat (limited to 'src/gui/fonts')
-rw-r--r--src/gui/fonts/textchunksmall.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/fonts/textchunksmall.cpp b/src/gui/fonts/textchunksmall.cpp
index aa5661dee..634b10866 100644
--- a/src/gui/fonts/textchunksmall.cpp
+++ b/src/gui/fonts/textchunksmall.cpp
@@ -22,7 +22,7 @@
#include "gui/fonts/font.h"
-#include "localconsts.h"
+#include "debug.h"
TextChunkSmall::TextChunkSmall(const std::string &text0,
const Color &color0,