summaryrefslogtreecommitdiff
path: root/media-gfx/autopano-sift-C/files/autopano-sift-C-2.5.1-include-order.patch
blob: becab6d4aeb159c9e36aa3e54b3efe1ea178af23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Subject: [PATCH] adjust to include order deoendency

---
 autopano-sift-C-2.5.1/KeypointXML.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/autopano-sift-C-2.5.1/KeypointXML.c b/autopano-sift-C-2.5.1/KeypointXML.c
index 9da70a8..30c35e1 100644
--- a/KeypointXML.c
+++ b/KeypointXML.c
@@ -13,10 +13,9 @@
  * (C) Copyright 2004 -- Sebastian Nowozin (nowozin@cs.tu-berlin.de)
  */
 
-#include "AutoPanoSift.h"
-
 #include <libxml/xmlreader.h>
 #include <libxml/xmlwriter.h>
+#include "AutoPanoSift.h"
 
 KeypointXMLList* KeypointXMLReader_ReadComplete (char* filename)
 {
-- 
2.26.2