Clean up unused includes.

This commit is contained in:
Arcady Goldmints-Orlov 2023-09-01 18:19:46 -04:00 committed by arcady-lunarg
parent 4422273e84
commit 592de6cf78
7 changed files with 2 additions and 10 deletions

View file

@ -43,8 +43,6 @@
#include "../MachineIndependent/Scan.h"
#include "../MachineIndependent/preprocessor/PpContext.h"
#include "../OSDependent/osinclude.h"
#include <algorithm>
#include <functional>
#include <cctype>

View file

@ -42,8 +42,6 @@
#include "../MachineIndependent/Scan.h"
#include "../MachineIndependent/preprocessor/PpContext.h"
#include "../OSDependent/osinclude.h"
#include <algorithm>
#include <array>
#include <cctype>

View file

@ -42,7 +42,6 @@
#include "Initialize.h"
#include "Scan.h"
#include "../OSDependent/osinclude.h"
#include <algorithm>
#include "preprocessor/PpContext.h"