remove #include "window.h"

This commit is contained in:
Vincent Wei
2022-09-26 14:18:14 +08:00
parent 7004e156b8
commit a14bdd894a
2 changed files with 1 additions and 2 deletions

View File

@@ -55,8 +55,8 @@
#ifndef GUI_NEWGAL_H
#define GUI_NEWGAL_H
#include "minigui.h"
#include "gdi.h"
#include "window.h"
#include "constants.h"
#if IS_COMPOSITING_SCHEMA

View File

@@ -138,7 +138,6 @@ SOFTWARE.
#include "common.h"
#include "gdi.h"
#include "window.h"
#include "cliprect.h"
#include "gal.h"