diff options
author | gregory guy <[email protected]> | 2020-05-25 16:47:00 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-07-29 17:28:01 +0200 |
commit | 84246365cfa08717f4d9030590ecea4fb80f99c2 (patch) | |
tree | 098be1e1540aa669e8a3ec9eb762e9b9b48d3ab1 /src/plugin.c | |
parent | 4c7c6798cc654d5eacb5cde754c4c62831f6dacf (diff) | |
download | kaffeine-mozilla-84246365cfa08717f4d9030590ecea4fb80f99c2.tar.gz kaffeine-mozilla-84246365cfa08717f4d9030590ecea4fb80f99c2.zip |
conversion to the cmake building system.
Signed-off-by: gregory guy <[email protected]>
(cherry picked from commit 0960d99962788d774d8df8924f1515a34f81e04b)
Diffstat (limited to 'src/plugin.c')
-rw-r--r-- | src/plugin.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugin.c b/src/plugin.c index abab8ab..6e49a7d 100644 --- a/src/plugin.c +++ b/src/plugin.c @@ -64,8 +64,6 @@ #include <stdio.h> #include <math.h> -#include <unistd.h> - #define XP_UNIX |