Remove unused wx/log.h include from wxDynamicLibrary unit test

No real changes.
This commit is contained in:
Vadim Zeitlin 2022-06-30 14:03:28 +02:00
parent 90ef7d0a5a
commit 587c1fafe0

View file

@ -16,7 +16,6 @@
#ifndef __WINDOWS__
#include "wx/filename.h"
#include "wx/log.h"
#endif
// ----------------------------------------------------------------------------