Commit f4779283392c5e75cf5746410ddca53a294554f0
1 parent
30bb503e
Changes after adaptor integration-api folder move
Change-Id: I3d238fca0ab4803940db53136ccc6ecb239845b1
Showing
1 changed file
with
2 additions
and
2 deletions
examples/pre-render-callback/pre-render-callback-example.cpp
| 1 | 1 | /* |
| 2 | - * Copyright (c) 2018 Samsung Electronics Co., Ltd. | |
| 2 | + * Copyright (c) 2019 Samsung Electronics Co., Ltd. | |
| 3 | 3 | * |
| 4 | 4 | * Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | 5 | * you may not use this file except in compliance with the License. |
| ... | ... | @@ -15,7 +15,7 @@ |
| 15 | 15 | */ |
| 16 | 16 | |
| 17 | 17 | #include <dali-toolkit/dali-toolkit.h> |
| 18 | -#include <dali/integration-api/adaptors/adaptor.h> | |
| 18 | +#include <dali/integration-api/adaptor-framework/adaptor.h> | |
| 19 | 19 | #include <dali/devel-api/adaptor-framework/application-devel.h> |
| 20 | 20 | #include <dali-toolkit/devel-api/controls/control-devel.h> |
| 21 | 21 | ... | ... |