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

List:       kde-commits
Subject:    KDE/kdelibs/kwallet/backend
From:       Alex Merry <huntedhacker () tiscali ! co ! uk>
Date:       2007-04-20 22:06:45
Message-ID: 1177106805.771270.25537.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 656294 by alexmerry:

Trivial EBN fixes: own headers should be included first.



 M  +2 -1      blowfish.cc  
 M  +2 -1      sha1.cc  


--- trunk/KDE/kdelibs/kwallet/backend/blowfish.cc #656293:656294
@@ -25,6 +25,8 @@
  * _Applied_Cryptography_ (c) Bruce Schneier, 1996.
  */
 
+#include "blowfish.h"
+
 #include <config.h>
 
 #include <stdlib.h>
@@ -32,7 +34,6 @@
 #include <string.h>
 #include <QtCore/QBool>
 
-#include "blowfish.h"
 #include "blowfishtables.h"
 
 
--- trunk/KDE/kdelibs/kwallet/backend/sha1.cc #656293:656294
@@ -18,6 +18,8 @@
    Boston, MA 02110-1301, USA.
 */
 
+#include "sha1.h"
+
 #include <config.h>
 #include <sys/types.h>
 #ifdef HAVE_SYS_BITYPES_H
@@ -27,7 +29,6 @@
 #include <stdint.h>
 #endif
 
-#include "sha1.h"
 #include <string.h>
 #include <QtCore/QBool>
 
[prev in list] [next in list] [prev in thread] [next in thread] 

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