summaryrefslogtreecommitdiffstats
path: root/src/syntax.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/syntax.c')
-rw-r--r--src/syntax.c11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/syntax.c b/src/syntax.c
index 10b25f9..1561c1d 100644
--- a/src/syntax.c
+++ b/src/syntax.c
@@ -14,14 +14,13 @@
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-#include <assert.h>
-#include <stdlib.h>
-#include <string.h>
-
#include "serd/serd.h"
+#include "sord/sord.h"
-#include "sord_config.h"
-#include "sord_internal.h"
+#include <stdbool.h>
+#include <stdint.h>
+#include <stdlib.h>
+#include <string.h>
struct SordInserterImpl {
SordModel* model;