Remove unused include files

This commit is contained in:
David Capello 2016-04-26 11:15:30 -03:00
parent 7c9b9eacea
commit ea80b4ad96

View File

@ -1,5 +1,5 @@
// Aseprite
// Copyright (C) 2001-2015 David Capello
// Copyright (C) 2001-2016 David Capello
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2 as
@ -9,18 +9,12 @@
#include "config.h"
#endif
#include "base/bind.h"
#include "ui/ui.h"
#include "app/app.h"
#include "app/commands/command.h"
#include "app/context_access.h"
#include "app/modules/gui.h"
#include "doc/image.h"
#include "doc/layer.h"
#include "layer_properties.xml.h"
namespace app {
using namespace ui;