Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 759514
Collapse All | Expand All

(-)a/autopano-sift-C-2.5.1/KeypointXML.c (-3 / +1 lines)
Lines 13-22 Link Here
13
 * (C) Copyright 2004 -- Sebastian Nowozin (nowozin@cs.tu-berlin.de)
13
 * (C) Copyright 2004 -- Sebastian Nowozin (nowozin@cs.tu-berlin.de)
14
 */
14
 */
15
15
16
#include "AutoPanoSift.h"
17
18
#include <libxml/xmlreader.h>
16
#include <libxml/xmlreader.h>
19
#include <libxml/xmlwriter.h>
17
#include <libxml/xmlwriter.h>
18
#include "AutoPanoSift.h"
20
19
21
KeypointXMLList* KeypointXMLReader_ReadComplete (char* filename)
20
KeypointXMLList* KeypointXMLReader_ReadComplete (char* filename)
22
{
21
{
23
- 

Return to bug 759514