diff options
author | mitchell <unknown> | 2018-03-16 11:25:13 -0400 |
---|---|---|
committer | mitchell <unknown> | 2018-03-16 11:25:13 -0400 |
commit | c7441815efcd622731ba1c79d7b5f93e5f7eab91 (patch) | |
tree | a4b462c4c6fef94d1100506867742e5205bc8552 | |
parent | 2851eb18ecccf35ca6be1c583dfa23c54b5d732c (diff) | |
download | scintilla-mirror-c7441815efcd622731ba1c79d7b5f93e5f7eab91.tar.gz |
Remove unused inclusion of "XPM.h" in curses.
-rw-r--r-- | curses/ScintillaCurses.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/curses/ScintillaCurses.cxx b/curses/ScintillaCurses.cxx index a126ec1ce..d09f04b69 100644 --- a/curses/ScintillaCurses.cxx +++ b/curses/ScintillaCurses.cxx @@ -32,7 +32,6 @@ #include "CallTip.h" #include "KeyMap.h" #include "Indicator.h" -#include "XPM.h" #include "LineMarker.h" #include "Style.h" #include "ViewStyle.h" |