Fix wrong path slash

This commit is contained in:
Marek Roszko 2023-09-07 22:09:26 -04:00
parent 5da88d1d0e
commit 1a6d459fb1
11 changed files with 12 additions and 12 deletions

View File

@ -31,7 +31,7 @@
#include <wx/datetime.h> #include <wx/datetime.h>
#include <gbr_metadata.h> #include <gbr_metadata.h>
#include <core\utf8.h> #include <core/utf8.h>
wxString GbrMakeCreationDateAttributeString( GBR_NC_STRING_FORMAT aFormat ) wxString GbrMakeCreationDateAttributeString( GBR_NC_STRING_FORMAT aFormat )

View File

@ -164,8 +164,8 @@ typedef long time_t;
%rename(utf8_to_wxstring) operator wxString () const; %rename(utf8_to_wxstring) operator wxString () const;
%rename(utf8_to_string) operator const std::string& () const; %rename(utf8_to_string) operator const std::string& () const;
#include <core\utf8.h> #include <core/utf8.h>
%include <core\utf8.h> %include <core/utf8.h>
%extend UTF8 %extend UTF8

View File

@ -22,7 +22,7 @@
#define CVPCB_ASSOCIATION_H #define CVPCB_ASSOCIATION_H
#include <lib_id.h> #include <lib_id.h>
#include <core\utf8.h> #include <core/utf8.h>
/** /**
* A class to define a footprint association to be made in cvpcb. * A class to define a footprint association to be made in cvpcb.

View File

@ -33,7 +33,7 @@
#include <map> #include <map>
#include <deque> #include <deque>
#include <algorithm> #include <algorithm>
#include <core\utf8.h> #include <core/utf8.h>
#include <math/box2.h> #include <math/box2.h>
#include <font/font.h> #include <font/font.h>

View File

@ -27,7 +27,7 @@
#define _LIB_ID_H_ #define _LIB_ID_H_
#include <richio.h> #include <richio.h>
#include <core\utf8.h> #include <core/utf8.h>
/** /**
* A logical library item identifier and consists of various portions much like a URI. * A logical library item identifier and consists of various portions much like a URI.

View File

@ -25,7 +25,7 @@
#include <pegtl/contrib/parse_tree.hpp> #include <pegtl/contrib/parse_tree.hpp>
#include <iostream> #include <iostream>
#include <string> #include <string>
#include <core\utf8.h> #include <core/utf8.h>
namespace MARKUP namespace MARKUP

View File

@ -30,7 +30,7 @@
#include <vector> #include <vector>
#include <core\utf8.h> #include <core/utf8.h>
// I really did not want to be dependent on wxWidgets in richio // I really did not want to be dependent on wxWidgets in richio
// but the errorText needs to be wide char so wxString rules. // but the errorText needs to be wide char so wxString rules.

View File

@ -23,7 +23,7 @@
#include <string> #include <string>
#include <map> #include <map>
#include <core\utf8.h> #include <core/utf8.h>
/** /**

View File

@ -22,7 +22,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/ */
#include <core\utf8.h> #include <core/utf8.h>
#include <wx/strconv.h> #include <wx/strconv.h>
#include <wx/buffer.h> #include <wx/buffer.h>
#include <vector> #include <vector>

View File

@ -23,7 +23,7 @@
#include <qa_utils/wx_utils/unit_test_utils.h> #include <qa_utils/wx_utils/unit_test_utils.h>
#include <core\utf8.h> #include <core/utf8.h>
#include <algorithm> #include <algorithm>
#include <iostream> #include <iostream>

View File

@ -1,7 +1,7 @@
#include <string> #include <string>
#include <core\utf8.h> #include <core/utf8.h>
#include <wx/string.h> #include <wx/string.h>