From 2f542786fd95e7bbce6c689934cb4988aa3fa1df Mon Sep 17 00:00:00 2001 From: Neil Date: Thu, 20 Mar 2025 16:46:11 +1100 Subject: Move SurfaceGDI, SurfaceD2D, ListBox, and associated code out of PlatWin.cxx to new files SurfaceGDI.cxx, SurfaceD2D.cxx, and ListBox.cxx + associated headers. --- scripts/HeaderOrder.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'scripts') diff --git a/scripts/HeaderOrder.txt b/scripts/HeaderOrder.txt index 7274299b5..a75693a66 100644 --- a/scripts/HeaderOrder.txt +++ b/scripts/HeaderOrder.txt @@ -158,6 +158,9 @@ // win32 #include "WinTypes.h" #include "PlatWin.h" +#include "ListBox.h" +#include "SurfaceGDI.h" +#include "SurfaceD2D.h" #include "HanjaDic.h" #include "ScintillaWin.h" -- cgit v1.2.3