summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYakov Goldberg <yakov.g@samsung.com>2015-07-06 18:39:44 +0300
committerYakov Goldberg <yakov.g@samsung.com>2015-07-08 10:23:38 +0300
commit48771316c2f8677cd86a60962532bc9b6392c84c (patch)
tree33491ef2d84917bdd0313f2af2372d6b2bd12770
parent3f8cb1187c874dbea7eab5b070253b2c6f23fd8f (diff)
downloadelementary-48771316c2f8677cd86a60962532bc9b6392c84c.tar.gz
elm_index: delete empty elm_index_common.h
-rw-r--r--src/lib/Makefile.am1
-rw-r--r--src/lib/elm_index.h1
-rw-r--r--src/lib/elm_index_common.h0
3 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am
index 3d2d7db84..6d9049225 100644
--- a/src/lib/Makefile.am
+++ b/src/lib/Makefile.am
@@ -256,7 +256,6 @@ elm_image_common.h \
elm_image_eo.h \
elm_image_legacy.h \
elm_index.h \
-elm_index_common.h \
elm_index_eo.h \
elm_index_legacy.h \
elm_intro.h \
diff --git a/src/lib/elm_index.h b/src/lib/elm_index.h
index afd722943..32e91fb47 100644
--- a/src/lib/elm_index.h
+++ b/src/lib/elm_index.h
@@ -62,7 +62,6 @@
* @{
*/
-#include <elm_index_common.h>
#ifdef EFL_EO_API_SUPPORT
#include <elm_index_eo.h>
#endif
diff --git a/src/lib/elm_index_common.h b/src/lib/elm_index_common.h
deleted file mode 100644
index e69de29bb..000000000
--- a/src/lib/elm_index_common.h
+++ /dev/null