Fix problem with new lines.

This commit is contained in:
David Capello 2011-07-31 23:42:12 -03:00
parent 0bddf2611c
commit 604deab93e
10 changed files with 18 additions and 18 deletions

View File

@ -21,8 +21,8 @@
#include "gui/gui.h"
#include "app.h"
#include "commands/command.h"
#include "ini_file.h"
#include "commands/command.h"
#include "ini_file.h"
#include "modules/gui.h"
#include "widgets/color_bar.h"
#include "widgets/statebar.h"

View File

@ -23,13 +23,13 @@
#include "gui/gui.h"
#include "app.h"
#include "commands/command.h"
#include "document_wrappers.h"
#include "ini_file.h"
#include "commands/command.h"
#include "document_wrappers.h"
#include "ini_file.h"
#include "modules/editors.h"
#include "modules/gui.h"
#include "raster/sprite.h"
#include "ui_context.h"
#include "ui_context.h"
//////////////////////////////////////////////////////////////////////
// duplicate_sprite

View File

@ -26,7 +26,7 @@
#include "app.h"
#include "commands/command.h"
#include "context.h"
#include "ini_file.h"
#include "ini_file.h"
#include "modules/editors.h"
#include "modules/gui.h"
#include "raster/image.h"

View File

@ -33,7 +33,7 @@
#include "gfx/size.h"
#include "gui/graphics.h"
#include "gui/gui.h"
#include "ini_file.h"
#include "ini_file.h"
#include "modules/editors.h"
#include "modules/gui.h"
#include "modules/palettes.h"

View File

@ -22,7 +22,7 @@
#include "commands/command.h"
#include "document_wrappers.h"
#include "gui/gui.h"
#include "ini_file.h"
#include "ini_file.h"
#include "job.h"
#include "modules/gui.h"
#include "modules/palettes.h"

View File

@ -25,11 +25,11 @@
#include "commands/filters/color_curve_editor.h"
#include "commands/filters/filter_manager_impl.h"
#include "commands/filters/filter_window.h"
#include "document_wrappers.h"
#include "document_wrappers.h"
#include "filters/color_curve.h"
#include "filters/color_curve_filter.h"
#include "gui/gui.h"
#include "ini_file.h"
#include "ini_file.h"
#include "modules/gui.h"
#include "raster/mask.h"
#include "raster/sprite.h"

View File

@ -24,14 +24,14 @@
#include "commands/command.h"
#include "commands/filters/filter_manager_impl.h"
#include "commands/filters/filter_window.h"
#include "document_wrappers.h"
#include "document_wrappers.h"
#include "filters/median_filter.h"
#include "gui/button.h"
#include "gui/entry.h"
#include "gui/frame.h"
#include "gui/grid.h"
#include "gui/widget.h"
#include "ini_file.h"
#include "ini_file.h"
#include "modules/gui.h"
#include "raster/mask.h"
#include "raster/sprite.h"

View File

@ -26,11 +26,11 @@
#include "base/bind.h"
#include "commands/command.h"
#include "commands/filters/filter_manager_impl.h"
#include "commands/filters/filter_window.h"
#include "document_wrappers.h"
#include "commands/filters/filter_window.h"
#include "document_wrappers.h"
#include "filters/replace_color_filter.h"
#include "gui/gui.h"
#include "ini_file.h"
#include "ini_file.h"
#include "modules/gui.h"
#include "raster/image.h"
#include "raster/mask.h"

View File

@ -23,7 +23,7 @@
#include "base/bind.h"
#include "commands/filters/filter_manager_impl.h"
#include "commands/filters/filter_worker.h"
#include "ini_file.h"
#include "ini_file.h"
#include "modules/gui.h"
FilterWindow::FilterWindow(const char* title, const char* cfgSection,

View File

@ -27,7 +27,7 @@
#include "base/thread.h"
#include "commands/filters/filter_manager_impl.h"
#include "gui/gui.h"
#include "ini_file.h"
#include "ini_file.h"
#include "modules/editors.h"
#include "modules/gui.h"
#include "raster/sprite.h"