diff options
Diffstat (limited to 'tests/manual-test-snap.cpp')
-rw-r--r-- | tests/manual-test-snap.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/manual-test-snap.cpp b/tests/manual-test-snap.cpp index 04ba2c3..a0f80f2 100644 --- a/tests/manual-test-snap.cpp +++ b/tests/manual-test-snap.cpp @@ -18,8 +18,6 @@ * with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifdef HAS_URLDISPATCHER - #include <datetime/appointment.h> #include <datetime/settings-live.h> #include <datetime/snap.h> @@ -101,5 +99,3 @@ int main(int argc, const char* argv[]) g_main_loop_unref(loop); return 0; } - -#endif |