[aseprite] 76/250: Remove some #includes directives

Tobias Hansen thansen at moszumanska.debian.org
Sun Dec 20 15:27:13 UTC 2015


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

thansen pushed a commit to branch master
in repository aseprite.

commit e15b9aca213c4d61e368547439503190dcc797f3
Author: David Capello <davidcapello at gmail.com>
Date:   Tue Sep 22 17:32:42 2015 -0300

    Remove some #includes directives
---
 src/app/app.cpp                                 | 2 --
 src/app/commands/cmd_advanced_mode.cpp          | 2 --
 src/app/commands/cmd_canvas_size.cpp            | 2 --
 src/app/commands/cmd_cel_properties.cpp         | 2 --
 src/app/commands/cmd_duplicate_sprite.cpp       | 2 --
 src/app/commands/cmd_frame_properties.cpp       | 2 --
 src/app/commands/cmd_goto_frame.cpp             | 2 --
 src/app/commands/cmd_new_file.cpp               | 2 --
 src/app/commands/cmd_options.cpp                | 2 --
 src/app/commands/cmd_sprite_properties.cpp      | 2 --
 src/app/commands/cmd_sprite_size.cpp            | 2 --
 src/app/commands/filters/color_curve_editor.cpp | 2 --
 src/app/file/jpeg_format.cpp                    | 1 -
 src/app/ui/file_selector.cpp                    | 2 --
 src/app/ui/main_window.cpp                      | 1 -
 src/app/ui/palette_popup.cpp                    | 1 -
 16 files changed, 29 deletions(-)

diff --git a/src/app/app.cpp b/src/app/app.cpp
index 03bbb49..a8a9bca 100644
--- a/src/app/app.cpp
+++ b/src/app/app.cpp
@@ -26,10 +26,8 @@
 #include "app/file/file_formats_manager.h"
 #include "app/file_system.h"
 #include "app/filename_formatter.h"
-#include "app/find_widget.h"
 #include "app/gui_xml.h"
 #include "app/ini_file.h"
-#include "app/load_widget.h"
 #include "app/log.h"
 #include "app/modules.h"
 #include "app/modules/gfx.h"
diff --git a/src/app/commands/cmd_advanced_mode.cpp b/src/app/commands/cmd_advanced_mode.cpp
index 85a4e5b..9d19cd0 100644
--- a/src/app/commands/cmd_advanced_mode.cpp
+++ b/src/app/commands/cmd_advanced_mode.cpp
@@ -11,9 +11,7 @@
 
 #include "app/app.h"
 #include "app/commands/command.h"
-#include "app/find_widget.h"
 #include "app/ini_file.h"
-#include "app/load_widget.h"
 #include "app/ui/keyboard_shortcuts.h"
 #include "app/ui/main_window.h"
 #include "ui/ui.h"
diff --git a/src/app/commands/cmd_canvas_size.cpp b/src/app/commands/cmd_canvas_size.cpp
index 4ffc628..f4055c1 100644
--- a/src/app/commands/cmd_canvas_size.cpp
+++ b/src/app/commands/cmd_canvas_size.cpp
@@ -12,8 +12,6 @@
 #include "app/commands/command.h"
 #include "app/context_access.h"
 #include "app/document_api.h"
-#include "app/find_widget.h"
-#include "app/load_widget.h"
 #include "app/modules/editors.h"
 #include "app/modules/gui.h"
 #include "app/ui/button_set.h"
diff --git a/src/app/commands/cmd_cel_properties.cpp b/src/app/commands/cmd_cel_properties.cpp
index 90e074d..32970ee 100644
--- a/src/app/commands/cmd_cel_properties.cpp
+++ b/src/app/commands/cmd_cel_properties.cpp
@@ -16,8 +16,6 @@
 #include "app/context_access.h"
 #include "app/document_api.h"
 #include "app/document_range.h"
-#include "app/find_widget.h"
-#include "app/load_widget.h"
 #include "app/modules/gui.h"
 #include "app/transaction.h"
 #include "app/ui/main_window.h"
diff --git a/src/app/commands/cmd_duplicate_sprite.cpp b/src/app/commands/cmd_duplicate_sprite.cpp
index e2aac0e..8c47c83 100644
--- a/src/app/commands/cmd_duplicate_sprite.cpp
+++ b/src/app/commands/cmd_duplicate_sprite.cpp
@@ -12,9 +12,7 @@
 #include "app/app.h"
 #include "app/commands/command.h"
 #include "app/context_access.h"
-#include "app/find_widget.h"
 #include "app/ini_file.h"
-#include "app/load_widget.h"
 #include "app/modules/editors.h"
 #include "app/ui_context.h"
 #include "base/path.h"
diff --git a/src/app/commands/cmd_frame_properties.cpp b/src/app/commands/cmd_frame_properties.cpp
index 8a262b8..ce67a9f 100644
--- a/src/app/commands/cmd_frame_properties.cpp
+++ b/src/app/commands/cmd_frame_properties.cpp
@@ -14,8 +14,6 @@
 #include "app/commands/params.h"
 #include "app/context_access.h"
 #include "app/document_api.h"
-#include "app/find_widget.h"
-#include "app/load_widget.h"
 #include "app/ui/main_window.h"
 #include "app/ui/timeline.h"
 #include "app/transaction.h"
diff --git a/src/app/commands/cmd_goto_frame.cpp b/src/app/commands/cmd_goto_frame.cpp
index 1f98169..37198f2 100644
--- a/src/app/commands/cmd_goto_frame.cpp
+++ b/src/app/commands/cmd_goto_frame.cpp
@@ -11,8 +11,6 @@
 
 #include "app/commands/command.h"
 #include "app/commands/params.h"
-#include "app/find_widget.h"
-#include "app/load_widget.h"
 #include "app/modules/editors.h"
 #include "app/modules/gui.h"
 #include "app/ui/editor/editor.h"
diff --git a/src/app/commands/cmd_new_file.cpp b/src/app/commands/cmd_new_file.cpp
index 74aa4a3..a1991f9 100644
--- a/src/app/commands/cmd_new_file.cpp
+++ b/src/app/commands/cmd_new_file.cpp
@@ -15,8 +15,6 @@
 #include "app/commands/command.h"
 #include "app/console.h"
 #include "app/document.h"
-#include "app/find_widget.h"
-#include "app/load_widget.h"
 #include "app/modules/editors.h"
 #include "app/modules/palettes.h"
 #include "app/pref/preferences.h"
diff --git a/src/app/commands/cmd_options.cpp b/src/app/commands/cmd_options.cpp
index cf4ae1a..792715d 100644
--- a/src/app/commands/cmd_options.cpp
+++ b/src/app/commands/cmd_options.cpp
@@ -12,10 +12,8 @@
 #include "app/app.h"
 #include "app/commands/command.h"
 #include "app/context.h"
-#include "app/find_widget.h"
 #include "app/ini_file.h"
 #include "app/launcher.h"
-#include "app/load_widget.h"
 #include "app/pref/preferences.h"
 #include "app/resource_finder.h"
 #include "app/send_crash.h"
diff --git a/src/app/commands/cmd_sprite_properties.cpp b/src/app/commands/cmd_sprite_properties.cpp
index e1f0cfa..f20b387 100644
--- a/src/app/commands/cmd_sprite_properties.cpp
+++ b/src/app/commands/cmd_sprite_properties.cpp
@@ -13,8 +13,6 @@
 #include "app/commands/command.h"
 #include "app/context_access.h"
 #include "app/document_api.h"
-#include "app/find_widget.h"
-#include "app/load_widget.h"
 #include "app/modules/gui.h"
 #include "app/ui/color_button.h"
 #include "app/transaction.h"
diff --git a/src/app/commands/cmd_sprite_size.cpp b/src/app/commands/cmd_sprite_size.cpp
index bd2b97b..ead4052 100644
--- a/src/app/commands/cmd_sprite_size.cpp
+++ b/src/app/commands/cmd_sprite_size.cpp
@@ -15,10 +15,8 @@
 #include "app/context.h"
 #include "app/context_access.h"
 #include "app/document_api.h"
-#include "app/find_widget.h"
 #include "app/ini_file.h"
 #include "app/job.h"
-#include "app/load_widget.h"
 #include "app/modules/gui.h"
 #include "app/modules/palettes.h"
 #include "app/transaction.h"
diff --git a/src/app/commands/filters/color_curve_editor.cpp b/src/app/commands/filters/color_curve_editor.cpp
index 0f5d966..9640328 100644
--- a/src/app/commands/filters/color_curve_editor.cpp
+++ b/src/app/commands/filters/color_curve_editor.cpp
@@ -11,8 +11,6 @@
 
 #include "app/commands/filters/color_curve_editor.h"
 
-#include "app/find_widget.h"
-#include "app/load_widget.h"
 #include "filters/color_curve.h"
 #include "ui/alert.h"
 #include "ui/entry.h"
diff --git a/src/app/file/jpeg_format.cpp b/src/app/file/jpeg_format.cpp
index 9f0bac7..6f968f1 100644
--- a/src/app/file/jpeg_format.cpp
+++ b/src/app/file/jpeg_format.cpp
@@ -18,7 +18,6 @@
 #include "app/file/format_options.h"
 #include "app/find_widget.h"
 #include "app/ini_file.h"
-#include "app/ini_file.h"
 #include "app/load_widget.h"
 #include "base/file_handle.h"
 #include "base/memory.h"
diff --git a/src/app/ui/file_selector.cpp b/src/app/ui/file_selector.cpp
index da89ec7..0eb21a6 100644
--- a/src/app/ui/file_selector.cpp
+++ b/src/app/ui/file_selector.cpp
@@ -14,9 +14,7 @@
 #include "app/app.h"
 #include "app/console.h"
 #include "app/file/file.h"
-#include "app/find_widget.h"
 #include "app/ini_file.h"
-#include "app/load_widget.h"
 #include "app/modules/gfx.h"
 #include "app/modules/gui.h"
 #include "app/recent_files.h"
diff --git a/src/app/ui/main_window.cpp b/src/app/ui/main_window.cpp
index 48c8f53..1af2d96 100644
--- a/src/app/ui/main_window.cpp
+++ b/src/app/ui/main_window.cpp
@@ -15,7 +15,6 @@
 #include "app/app_menus.h"
 #include "app/commands/commands.h"
 #include "app/ini_file.h"
-#include "app/load_widget.h"
 #include "app/modules/editors.h"
 #include "app/pref/preferences.h"
 #include "app/ui/color_bar.h"
diff --git a/src/app/ui/palette_popup.cpp b/src/app/ui/palette_popup.cpp
index 4da7e0d..5025efd 100644
--- a/src/app/ui/palette_popup.cpp
+++ b/src/app/ui/palette_popup.cpp
@@ -14,7 +14,6 @@
 #include "app/commands/cmd_set_palette.h"
 #include "app/commands/commands.h"
 #include "app/launcher.h"
-#include "app/load_widget.h"
 #include "app/res/palettes_loader_delegate.h"
 #include "app/ui/palettes_listbox.h"
 #include "app/ui_context.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