From 9a5b4b3bf56b8c3ad62019dca075301e59dbd8aa Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Fri, 8 Dec 2017 15:22:54 +0100 Subject: include/datetime/snap.h: Don't guard snap.h by HAS_UT_ACCTSERVICE_SYSTEMSOUND_SETTINGS macro. It is only used by tests/test-snap.cpp and that one is only compiled and executed if HAS_UT_ACCTSERVICE_SYSTEMSOUND_SETTINGS is defined. --- include/datetime/snap.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include/datetime') diff --git a/include/datetime/snap.h b/include/datetime/snap.h index 3409df0..a295d9f 100644 --- a/include/datetime/snap.h +++ b/include/datetime/snap.h @@ -20,8 +20,6 @@ #ifndef INDICATOR_DATETIME_SNAP_H #define INDICATOR_DATETIME_SNAP_H -#ifdef HAS_UT_ACCTSERVICE_SYSTEMSOUND_SETTINGS - #include #include @@ -59,6 +57,4 @@ private: } // namespace indicator } // namespace ayatana -#endif // HAS_UT_ACCTSERVICE_SYSTEMSOUND_SETTINGS - #endif // INDICATOR_DATETIME_SNAP_H -- cgit v1.2.3