Removed duplicated code by creating third-party folder
[platform/core/uifw/dali-demo.git] / examples / reflection-demo / gltf-scene.cpp
index 924ead9..a303e21 100644 (file)
  * limitations under the License.
  *
  */
-#include <dali/devel-api/adaptor-framework/file-stream.h>
 
+// HEADER
 #include "gltf-scene.h"
 
-#include "pico-json.h"
+// EXTERNAL INCLUDES
+#include <dali/devel-api/adaptor-framework/file-stream.h>
 
 namespace
 {