summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/pathsearch.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/kpathsea/pathsearch.h')
-rw-r--r--Build/source/texk/kpathsea/pathsearch.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/Build/source/texk/kpathsea/pathsearch.h b/Build/source/texk/kpathsea/pathsearch.h
index 2a87df7ee94..7b4d5a7920e 100644
--- a/Build/source/texk/kpathsea/pathsearch.h
+++ b/Build/source/texk/kpathsea/pathsearch.h
@@ -22,13 +22,8 @@
#include <kpathsea/c-proto.h>
-/* Very sadly, types.h must be included before str-llist.h, because
- types.h itself also includes str-llist.h, and its following use of
- str_llist_type would not be defined if we have str-llist.h first
- here. All follows from types.h including nearly everything so that
- MetaPost can be a threaded library. */
-#include <kpathsea/types.h>
#include <kpathsea/str-llist.h>
+#include <kpathsea/types.h>
#ifdef __cplusplus
extern "C" {