diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-04-23 06:41:42 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-04-24 12:17:48 +0200 |
commit | 8a943663db717aaae9fb09dadd31a4cbf593b7bb (patch) | |
tree | f4e884fe1df229d659f8a9db2b140a97e12ad7e9 | |
parent | 5a15474709cb7bc047a9a89d6b5bffa79a45acbe (diff) |
we don't need the sc includes in this test
Change-Id: I82608d6ce2e42724d0c5d8be484d3c1c00f33622
-rw-r--r-- | chart2/CppunitTest_chart2_importtest.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chart2/CppunitTest_chart2_importtest.mk b/chart2/CppunitTest_chart2_importtest.mk index 60985fd509f6..8cc849fbd204 100644 --- a/chart2/CppunitTest_chart2_importtest.mk +++ b/chart2/CppunitTest_chart2_importtest.mk @@ -55,8 +55,6 @@ $(eval $(call gb_CppunitTest_use_libraries,chart2_import, \ )) $(eval $(call gb_CppunitTest_set_include,chart2_import,\ - -I$(SRCDIR)/sc/source/ui/inc \ - -I$(SRCDIR)/sc/inc \ $$(INCLUDE) \ )) |