Updated all files to new format
[platform/core/uifw/dali-demo.git] / examples / animated-shapes / animated-shapes-example.cpp
index 508a75f..204fcef 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.
@@ -17,9 +17,9 @@
 
 #include <dali-toolkit/dali-toolkit.h>
 #include <dali/dali.h>
-#include "shared/view.h"
-#include "generated/animated-shapes-vert.h"
 #include "generated/animated-shapes-frag.h"
+#include "generated/animated-shapes-vert.h"
+#include "shared/view.h"
 
 #include <sstream>