diff options
Diffstat (limited to 'x11/slim/files/patch-log.h')
-rw-r--r-- | x11/slim/files/patch-log.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/x11/slim/files/patch-log.h b/x11/slim/files/patch-log.h deleted file mode 100644 index 054e8051dab4..000000000000 --- a/x11/slim/files/patch-log.h +++ /dev/null @@ -1,15 +0,0 @@ ---- log.h.orig 2012-06-26 10:20:14.000000000 +0200 -+++ log.h 2012-11-25 20:00:39.294546666 +0100 -@@ -1,6 +1,12 @@ - #ifndef _LOG_H_ - #define _LOG_H_ - -+#ifdef USE_CONSOLEKIT -+#include "Ck.h" -+#endif -+#ifdef USE_CONSOLEKIT -+#include "PAM.h" -+#endif - #include "const.h" - #include <fstream> - |