Browse Source

wx_filename.cpp: replace include macro.h by include string_utils.h

(missing change in commit 11de9577)
newinvert
jean-pierre charras 2 years ago
parent
commit
b4c5d46825
  1. 2
      common/wx_filename.cpp

2
common/wx_filename.cpp

@ -22,7 +22,7 @@
*/
#include <wx_filename.h>
#include <macros.h>
#include <string_utils.h>
WX_FILENAME::WX_FILENAME( const wxString& aPath, const wxString& aFilename )

Loading…
Cancel
Save