Updated all files to new format
[platform/core/uifw/dali-demo.git] / examples / rendering-line / rendering-line.cpp
index ad20fc9..3b10e56 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.
@@ -18,8 +18,8 @@
 #include <dali-toolkit/dali-toolkit.h>
 #include <dali/dali.h>
 
-#include "generated/rendering-line-vert.h"
 #include "generated/rendering-line-frag.h"
+#include "generated/rendering-line-vert.h"
 
 using namespace Dali;
 using namespace Toolkit;