The includes are not in alphabetical order which hurts my OCD.
Signed-off-by: Michal Privoznik <mprivozn(a)redhat.com>
---
src/libvirt-php.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/libvirt-php.c b/src/libvirt-php.c
index ec73034..ef057fe 100644
--- a/src/libvirt-php.c
+++ b/src/libvirt-php.c
@@ -20,14 +20,14 @@
#include "vncfunc.h"
#include "sockets.h"
#include "libvirt-connection.h"
-#include "libvirt-node.h"
-#include "libvirt-stream.h"
#include "libvirt-domain.h"
-#include "libvirt-snapshot.h"
-#include "libvirt-storage.h"
#include "libvirt-network.h"
+#include "libvirt-node.h"
#include "libvirt-nodedev.h"
#include "libvirt-nwfilter.h"
+#include "libvirt-snapshot.h"
+#include "libvirt-storage.h"
+#include "libvirt-stream.h"
DEBUG_INIT("core");
--
2.13.5