Skip to content

Commit f5a4537

Browse files
authored
Merge pull request #222 from libtom/fix/includes
fix includes
2 parents a752242 + e05b1e1 commit f5a4537

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

dep.pl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@
123123
# define LTM_LAST
124124
#endif
125125
126-
#include <tommath_superclass.h>
127-
#include <tommath_class.h>
126+
#include "tommath_superclass.h"
127+
#include "tommath_class.h"
128128
#else
129129
# define LTM_LAST
130130
#endif

tommath_class.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1253,8 +1253,8 @@
12531253
# define LTM_LAST
12541254
#endif
12551255

1256-
#include <tommath_superclass.h>
1257-
#include <tommath_class.h>
1256+
#include "tommath_superclass.h"
1257+
#include "tommath_class.h"
12581258
#else
12591259
# define LTM_LAST
12601260
#endif

0 commit comments

Comments
 (0)