From 7f546e8dad13d500338ba97e023e9ccce9a1ddb2 Mon Sep 17 00:00:00 2001 From: Darafei Praliaskouski Date: Mon, 25 Feb 2013 14:04:03 +0300 Subject: [PATCH] removed byte oreder mark --- graphics/straight_text_element.cpp | 2 +- gui/balloon.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/graphics/straight_text_element.cpp b/graphics/straight_text_element.cpp index 81db60282a..5b7f445fe6 100644 --- a/graphics/straight_text_element.cpp +++ b/graphics/straight_text_element.cpp @@ -1,4 +1,4 @@ -#include "../base/SRC_FIRST.hpp" +#include "../base/SRC_FIRST.hpp" #include "straight_text_element.hpp" #include "overlay_renderer.hpp" diff --git a/gui/balloon.cpp b/gui/balloon.cpp index 2f93638626..1681c7345c 100644 --- a/gui/balloon.cpp +++ b/gui/balloon.cpp @@ -1,4 +1,4 @@ -#include "balloon.hpp" +#include "balloon.hpp" #include "controller.hpp" #include "../geometry/transformations.hpp"