summaryrefslogtreecommitdiff
path: root/src/objects
diff options
context:
space:
mode:
Diffstat (limited to 'src/objects')
-rw-r--r--src/objects/effect.cc2
-rw-r--r--src/objects/material.cc2
-rw-r--r--src/objects/model.cc2
-rw-r--r--src/objects/object.cc1
-rw-r--r--src/objects/object.h1
-rw-r--r--src/objects/pass.cc1
-rw-r--r--src/objects/pass.h1
7 files changed, 0 insertions, 10 deletions
diff --git a/src/objects/effect.cc b/src/objects/effect.cc
index 6fbf71b..bee93e0 100644
--- a/src/objects/effect.cc
+++ b/src/objects/effect.cc
@@ -8,8 +8,6 @@
#include "objects/pass.h"
-#include <jsoncpp/json/reader.h>
-
#include <glm/fwd.hpp>
using namespace Mauri;
diff --git a/src/objects/material.cc b/src/objects/material.cc
index b91a26a..6efa2d0 100644
--- a/src/objects/material.cc
+++ b/src/objects/material.cc
@@ -1,5 +1,3 @@
-#include <jsoncpp/json/json.h>
-
#include "assets.h"
#include "engine.h"
#include "json.h"
diff --git a/src/objects/model.cc b/src/objects/model.cc
index 1ec7424..68aa04b 100644
--- a/src/objects/model.cc
+++ b/src/objects/model.cc
@@ -1,5 +1,3 @@
-#include <jsoncpp/json/json.h>
-
#include "assets.h"
#include "json.h"
#include "log.h"
diff --git a/src/objects/object.cc b/src/objects/object.cc
index 8613b2a..44b1092 100644
--- a/src/objects/object.cc
+++ b/src/objects/object.cc
@@ -1,6 +1,5 @@
#include <glm/fwd.hpp>
#include <glm/trigonometric.hpp>
-#include <jsoncpp/json/json.h>
#include <glm/ext/matrix_transform.hpp>
#include <glm/glm.hpp>
diff --git a/src/objects/object.h b/src/objects/object.h
index 24796e5..00cfe86 100644
--- a/src/objects/object.h
+++ b/src/objects/object.h
@@ -2,7 +2,6 @@
#define _OBJECT_H
#include <glm/glm.hpp>
-#include <jsoncpp/json/json.h>
#include "../engine.h"
diff --git a/src/objects/pass.cc b/src/objects/pass.cc
index 04eb8e3..eeaf732 100644
--- a/src/objects/pass.cc
+++ b/src/objects/pass.cc
@@ -1,7 +1,6 @@
#include <cstdio>
#include <glm/fwd.hpp>
#include <glm/gtc/type_ptr.hpp>
-#include <jsoncpp/json/value.h>
#include <stdint.h>
#include <thread>
#include <type_traits>
diff --git a/src/objects/pass.h b/src/objects/pass.h
index 3e722b8..c5318fb 100644
--- a/src/objects/pass.h
+++ b/src/objects/pass.h
@@ -2,7 +2,6 @@
#define _PASS_H
#include <glm/glm.hpp>
-#include <jsoncpp/json/json.h>
#include "json.h"
#include "context.h"