Updated all files to new format
[platform/core/uifw/dali-demo.git] / examples / rendering-textured-cube / rendering-textured-cube.cpp
index 646e296..32d323d 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.
 #include <dali-toolkit/dali-toolkit.h>
 #include <dali/dali.h>
 
-#include "generated/rendering-textured-cube-vert.h"
 #include "generated/rendering-textured-cube-frag.h"
+#include "generated/rendering-textured-cube-vert.h"
 
 using namespace Dali;
 using namespace Toolkit;
 
 namespace
 {
-
 const char* TEXTURE_URL = DEMO_IMAGE_DIR "wood.png";
 
 } // namespace