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