[Pkg-owncloud-commits] [owncloud-client] 411/498: utility: Put the config include to top of includes.

Sandro Knauß hefee-guest at moszumanska.debian.org
Tue Aug 11 14:49:12 UTC 2015


This is an automated email from the git hooks/post-receive script.

hefee-guest pushed a commit to branch master
in repository owncloud-client.

commit 817a165da748f54c3505d34db8b22f66cd474925
Author: Klaas Freitag <freitag at owncloud.com>
Date:   Thu Jul 30 16:38:22 2015 +0200

    utility: Put the config include to top of includes.
---
 src/libsync/utility.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/libsync/utility.cpp b/src/libsync/utility.cpp
index 3976728..b4a53d7 100644
--- a/src/libsync/utility.cpp
+++ b/src/libsync/utility.cpp
@@ -11,11 +11,11 @@
  * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
  * for more details.
  */
+#include "config.h"
 
 #include "utility.h"
 
 #include "version.h"
-#include "config.h"
 
 // Note:  This file must compile without QtGui
 #include <QCoreApplication>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git



More information about the Pkg-owncloud-commits mailing list