[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdepim/libkdenetwork/gpgmepp
From:       Lauri Watts <lauri () kde ! org>
Date:       2004-06-23 22:31:44
Message-ID: 20040623223144.08CB993A7 () office ! kde ! org
[Download RAW message or body]

CVS commit by lauri: 

Fix it a little simpler instead


  M +1 -14     key.h   1.11
  M +1 -14     signingresult.h   1.5
  M +1 -14     verificationresult.h   1.5


--- kdepim/libkdenetwork/gpgmepp/key.h  #1.10:1.11
@@ -22,21 +22,8 @@
 #define __GPGMEPP_KEY_H__
 
-#ifdef HAVE_CONFIG_H
-#include "config.h"
-#endif
-
 #include <gpgmepp/gpgmefw.h>
 #include <gpgmepp/context.h>
 
-#ifdef TIME_WITH_SYS_TIME
-# include <sys/time.h>
-# include <time.h>
-#else
-# ifdef HAVE_SYS_TIME_H
-#  include <sys/time.h>
-# else
-#  include <time.h>
-# endif
-#endif
+#include <sys/time.h>
 
 #include <vector>

--- kdepim/libkdenetwork/gpgmepp/signingresult.h  #1.4:1.5
@@ -22,22 +22,9 @@
 #define __GPGMEPP_SIGNINGRESULT_H__
 
-#ifdef HAVE_CONFIG_H
-#include "config.h"
-#endif
-
 #include <gpgmepp/gpgmefw.h>
 #include <gpgmepp/result.h>
 #include <gpgmepp/context.h>
 
-#ifdef TIME_WITH_SYS_TIME
-# include <sys/time.h>
-# include <time.h>
-#else
-# ifdef HAVE_SYS_TIME_H
-#  include <sys/time.h>
-# else
-#  include <time.h>
-# endif
-#endif
+#include <time.h>
 
 #include <vector>

--- kdepim/libkdenetwork/gpgmepp/verificationresult.h  #1.4:1.5
@@ -22,21 +22,8 @@
 #define __GPGMEPP_VERIFICATIONRESULT_H__
 
-#ifdef HAVE_CONFIG_H
-#include "config.h"
-#endif
-
 #include <gpgmepp/gpgmefw.h>
 #include <gpgmepp/result.h>
 
-#ifdef TIME_WITH_SYS_TIME
-# include <sys/time.h>
-# include <time.h>
-#else
-# ifdef HAVE_SYS_TIME_H
-#  include <sys/time.h>
-# else
-#  include <time.h>
-# endif
-#endif
+#include <time.h>
 
 #include <vector>


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic