summaryrefslogtreecommitdiff
path: root/src/model/common.h
diff options
context:
space:
mode:
authorIgor Nazarov <i.nazarov@samsung.com>2017-04-06 18:33:15 +0300
committerIgor Nazarov <i.nazarov@samsung.com>2017-04-06 18:33:15 +0300
commit7226e3bca6bf92385f143d9c7c90bf5ba9909ea1 (patch)
treed20984370d4cc3a179e26aad7b44fe958f8f8736 /src/model/common.h
parentdef076221c5ec77c5fd6060e4097d91bbf565e52 (diff)
downloadgallery-7226e3bca6bf92385f143d9c7c90bf5ba9909ea1.tar.gz
gallery-7226e3bca6bf92385f143d9c7c90bf5ba9909ea1.tar.bz2
gallery-7226e3bca6bf92385f143d9c7c90bf5ba9909ea1.zip
TizenRefApp-8332 [Gallery] Refactor application directory structure
- "presentation" folder split into "presenters" and "view". Change-Id: Ife435970d2a7dc4c5164e92644ba01089c2d6b3c
Diffstat (limited to 'src/model/common.h')
-rw-r--r--src/model/common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/model/common.h b/src/model/common.h
index 594f735..7581a14 100644
--- a/src/model/common.h
+++ b/src/model/common.h
@@ -17,8 +17,8 @@
#ifndef __GALLERY_MODEL_COMMON_H__
#define __GALLERY_MODEL_COMMON_H__
-#include "../common.h"
-
#include "helpers.h"
+#include "../common.h"
+
#endif // __GALLERY_MODEL_COMMON_H__