mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-25 15:18:23 +00:00
Minor change remove include base/string.h from app.h
This commit is contained in:
parent
6c148c9bb6
commit
63243f7dba
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user