Updated all files to new format
[platform/core/uifw/dali-demo.git] / examples / rendering-basic-pbr / model-skybox.cpp
index 03597f7..a4d187e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2020 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -24,9 +24,9 @@
 #include <cstdio>
 
 // INTERNAL INCLUDES
-#include "obj-loader.h"
-#include "generated/skybox-vert.h"
 #include "generated/skybox-frag.h"
+#include "generated/skybox-vert.h"
+#include "obj-loader.h"
 
 ModelSkybox::ModelSkybox()
 {