Updated all files to new format
[platform/core/uifw/dali-demo.git] / examples / benchmark / benchmark.cpp
index 4dc1e0a..2187253 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.
@@ -19,9 +19,9 @@
 #include <dali-toolkit/dali-toolkit.h>
 
 // INTERNAL INCLUDES
-#include "shared/utility.h"
-#include "generated/benchmark-vert.h"
 #include "generated/benchmark-frag.h"
+#include "generated/benchmark-vert.h"
+#include "shared/utility.h"
 
 using namespace Dali;
 using namespace Dali::Toolkit;