8000 clean · orange-cpp/omath@58fb6a0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 58fb6a0

Browse files
committed
clean
1 parent 193e878 commit 58fb6a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

include/omath/omath_export.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@
2121
# define OMATH_API OMATH_API_EXPORT
2222
#else
2323
# define OMATH_API OMATH_API_IMPORT
24-
#endif
24+
#endif

include/omath/projection/Camera.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#include "ErrorCodes.hpp"
1111
#include <omath/Angle.hpp>
1212
#include <type_traits>
13-
#include <omath/omath_export.hpp>
13+
#include "omath/omath_export.hpp"
1414

1515
namespace omath::projection
1616
{

0 commit comments

Comments
 (0)
0