mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-30 04:20:23 +00:00
Removing some unnecessary #includes
This commit is contained in:
parent
1a067bb223
commit
edc248d418
@ -9,7 +9,6 @@
|
||||
#define DOC_TAG_H_INCLUDED
|
||||
#pragma once
|
||||
|
||||
#include "base/disable_copying.h"
|
||||
#include "doc/anidir.h"
|
||||
#include "doc/frame.h"
|
||||
#include "doc/object.h"
|
||||
|
@ -8,7 +8,6 @@
|
||||
#define UI_PAINT_H_INCLUDED
|
||||
#pragma once
|
||||
|
||||
#include "base/disable_copying.h"
|
||||
#include "gfx/color.h"
|
||||
#include "os/paint.h"
|
||||
|
||||
|
@ -8,9 +8,7 @@
|
||||
#define UPDATER_USER_AGENT_H_INCLUDED
|
||||
#pragma once
|
||||
|
||||
#include "base/disable_copying.h"
|
||||
|
||||
#include <iosfwd>
|
||||
#include <string>
|
||||
|
||||
namespace updater {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user