We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8174586 commit ae0ba27Copy full SHA for ae0ba27
src/xmllang/graphml.cpp
@@ -9,14 +9,14 @@ Author: Michael Tautschnig, [email protected]
9
/// \file
10
/// Read/write graphs as GraphML
11
12
+#include "graphml.h"
13
+
14
#include <cassert>
15
#include <set>
16
17
#include <util/message.h>
18
#include <util/string2int.h>
19
-#include "graphml.h"
-
20
// include last to make sure #define stack(x) of parser.h does not
21
// collide with std::stack included by graph.h
22
#include "xml_parser.h"
src/xmllang/xml_parser.cpp
@@ -6,13 +6,12 @@ Author: Daniel Kroening, [email protected]
6
7
\*******************************************************************/
8
+#include "xml_parser.h"
#include <cstdlib>
#include <cstring>
#include <fstream>
-#include "xml_parser.h"
xml_parsert xml_parser;
// 'do it all' function
0 commit comments