Remove errant extra include.

This commit is contained in:
Jeff Young 2020-11-13 18:10:41 +00:00
parent bfe750f88a
commit 1aaa690eb5
1 changed files with 0 additions and 1 deletions

View File

@ -179,7 +179,6 @@ int DIALOG_SHIM::VertPixelsFromDU( int y )
// our hashtable is an implementation secret, don't need or want it in a header file // our hashtable is an implementation secret, don't need or want it in a header file
#include <hashtables.h> #include <hashtables.h>
#include <typeinfo> #include <typeinfo>
#include <wx/osx/bmpbuttn.h>
static RECT_MAP class_map; static RECT_MAP class_map;