X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=examples%2Fpoint-mesh%2Fpoint-mesh-example.cpp;h=ba0b435779cf1d1f0ef1a22a03765f4daa2bc02d;hb=5a56ed534cbc24150d68f03ea7fba7cfcc653835;hp=1e66ab568b165d7fdd9105b581a6fb89fa9e4a6f;hpb=e6806c116e1307bef6644e40b387d69b80100391;p=platform%2Fcore%2Fuifw%2Fdali-demo.git diff --git a/examples/point-mesh/point-mesh-example.cpp b/examples/point-mesh/point-mesh-example.cpp index 1e66ab5..ba0b435 100644 --- a/examples/point-mesh/point-mesh-example.cpp +++ b/examples/point-mesh/point-mesh-example.cpp @@ -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,10 +19,10 @@ #include // 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;