Removing some unnecessary #includes

This commit is contained in:
David Capello 2024-02-28 10:16:11 -03:00
parent 1a067bb223
commit edc248d418
3 changed files with 1 additions and 5 deletions

View File

@ -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"

View File

@ -8,7 +8,6 @@
#define UI_PAINT_H_INCLUDED
#pragma once
#include "base/disable_copying.h"
#include "gfx/color.h"
#include "os/paint.h"

View File

@ -8,9 +8,7 @@
#define UPDATER_USER_AGENT_H_INCLUDED
#pragma once
#include "base/disable_copying.h"
#include <iosfwd>
#include <string>
namespace updater {