Updated all files to new format
[platform/core/uifw/dali-demo.git] / examples / renderer-stencil / renderer-stencil-example.cpp
index 2290639..d48e6aa 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.
  */
 
 // EXTERNAL INCLUDES
-#include <dali/public-api/rendering/shader.h>
 #include <dali-toolkit/dali-toolkit.h>
+#include <dali/public-api/rendering/shader.h>
 
 // INTERNAL INCLUDES
-#include "shared/utility.h"
-#include "shared/view.h"
-#include "generated/render-stencil-vert.h"
 #include "generated/render-stencil-frag.h"
-#include "generated/render-stencil-textured-vert.h"
 #include "generated/render-stencil-textured-frag.h"
+#include "generated/render-stencil-textured-vert.h"
+#include "generated/render-stencil-vert.h"
+#include "shared/utility.h"
+#include "shared/view.h"
 
 using namespace Dali;