Skip to content

Commit 655a9db

Browse files
committed
Merge pull request open-source-parsers#11 from cdunn2001/inc
improve some includes
2 parents 50f6779 + f398997 commit 655a9db

File tree

3 files changed

+2
-15
lines changed

3 files changed

+2
-15
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@
1010
/libs/
1111
/doc/doxyfile
1212
/dist/
13+
/include/json/version.h

include/json/assertions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#include <stdlib.h>
1010

1111
#if !defined(JSON_IS_AMALGAMATION)
12-
#include <json/config.h>
12+
#include "config.h"
1313
#endif // if !defined(JSON_IS_AMALGAMATION)
1414

1515
#if JSON_USE_EXCEPTION

include/json/version.h

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)