[aseprite] 12/128: Minor change remove include base/string.h from app.h

Tobias Hansen thansen at moszumanska.debian.org
Mon May 9 21:24:17 UTC 2016


This is an automated email from the git hooks/post-receive script.

thansen pushed a commit to branch master
in repository aseprite.

commit 63243f7dba966d0b373f24fdd04048186fcea452
Author: David Capello <davidcapello at gmail.com>
Date:   Mon Apr 18 15:23:01 2016 -0300

    Minor change remove include base/string.h from app.h
---
 src/app/app.h                                | 1 -
 src/app/app_menus.cpp                        | 1 +
 src/app/commands/cmd_export_sprite_sheet.cpp | 1 +
 src/app/ui/file_selector.cpp                 | 1 +
 4 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/app/app.h b/src/app/app.h
index 14f3f6e..d0953ff 100644
--- a/src/app/app.h
+++ b/src/app/app.h
@@ -11,7 +11,6 @@
 
 #include "app/app_brushes.h"
 #include "base/signal.h"
-#include "base/string.h"
 #include "base/unique_ptr.h"
 #include "doc/pixel_format.h"
 
diff --git a/src/app/app_menus.cpp b/src/app/app_menus.cpp
index e3c9f8b..8403c9d 100644
--- a/src/app/app_menus.cpp
+++ b/src/app/app_menus.cpp
@@ -11,6 +11,7 @@
 
 #include "app/app_menus.h"
 
+#include "base/string.h"
 #include "app/app.h"
 #include "app/commands/command.h"
 #include "app/commands/commands.h"
diff --git a/src/app/commands/cmd_export_sprite_sheet.cpp b/src/app/commands/cmd_export_sprite_sheet.cpp
index b293ee8..b199705 100644
--- a/src/app/commands/cmd_export_sprite_sheet.cpp
+++ b/src/app/commands/cmd_export_sprite_sheet.cpp
@@ -9,6 +9,7 @@
 #include "config.h"
 #endif
 
+#include "base/string.h"
 #include "app/app.h"
 #include "app/commands/command.h"
 #include "app/context.h"
diff --git a/src/app/ui/file_selector.cpp b/src/app/ui/file_selector.cpp
index 63e6bdc..23bf371 100644
--- a/src/app/ui/file_selector.cpp
+++ b/src/app/ui/file_selector.cpp
@@ -11,6 +11,7 @@
 
 #include "app/ui/file_selector.h"
 
+#include "base/string.h"
 #include "app/app.h"
 #include "app/console.h"
 #include "app/file/file.h"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/aseprite.git



More information about the Pkg-games-commits mailing list