Updated all files to new format
[platform/core/uifw/dali-demo.git] / examples / point-mesh / point-mesh-example.cpp
index 1e66ab5..ba0b435 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>
 
 // INTERNAL INCLUDES
+#include "generated/point-mesh-frag.h"
+#include "generated/point-mesh-vert.h"
 #include "shared/utility.h"
 #include "shared/view.h"
-#include "generated/point-mesh-vert.h"
-#include "generated/point-mesh-frag.h"
 
 using namespace Dali;