aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/HeaderOrder.txt
diff options
context:
space:
mode:
authormitchell <unknown>2020-03-27 13:49:37 -0400
committermitchell <unknown>2020-03-27 13:49:37 -0400
commit202e9914a903b4b4a96d6690e0dad5406fc78fa8 (patch)
treefd735ec399c751a3c96675ea3663aa573c92414c /scripts/HeaderOrder.txt
parent56a8cf324f8f69ca64c9d8abb4ef39777e73e81b (diff)
downloadscintilla-mirror-202e9914a903b4b4a96d6690e0dad5406fc78fa8.tar.gz
Backport: List headers in HeaderOrder.txt that are not used.
Remove unused headers from HeaderOrder.txt. Backport of changeset 8007:a1bf5fa32baa.
Diffstat (limited to 'scripts/HeaderOrder.txt')
-rw-r--r--scripts/HeaderOrder.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/HeaderOrder.txt b/scripts/HeaderOrder.txt
index 31fb3fcda..b1273e8f2 100644
--- a/scripts/HeaderOrder.txt
+++ b/scripts/HeaderOrder.txt
@@ -9,11 +9,9 @@
#include <string.h>
#include <stdio.h>
#include <stdarg.h>
-#include <time.h>
#include <math.h>
#include <assert.h>
#include <ctype.h>
-#include <limits.h>
#include <wchar.h>
// C++ wrappers of C standard library
@@ -33,10 +31,8 @@
#include <stdexcept>
#include <new>
#include <utility>
-#include <tuple>
#include <string>
#include <vector>
-#include <deque>
#include <map>
#include <set>
#include <forward_list>