Skip to content

Commit 8128e30

Browse files
remove unused headers from parse_switchblocks.cpp
1 parent cd567c8 commit 8128e30

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

libs/libarchfpga/src/parse_switchblocks.cpp

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,15 @@
44
*
55
*
66
* A large chunk of this file is dedicated to helping parse the initial switchblock
7-
* specificaiton in the XML arch file, providing error checking, etc.
7+
* specification in the XML arch file, providing error checking, etc.
88
*
99
* Another large chunk of this file is dedicated to parsing the actual formulas
1010
* specified by the switch block permutation functions into their numeric counterparts.
1111
*/
1212

13-
#include <string.h>
13+
#include <cstring>
1414
#include <string>
15-
#include <sstream>
1615
#include <vector>
17-
#include <stack>
18-
#include <utility>
19-
#include <algorithm>
2016

2117
#include "vtr_assert.h"
2218
#include "vtr_util.h"
@@ -26,9 +22,7 @@
2622

2723
#include "arch_error.h"
2824

29-
#include "read_xml_util.h"
3025
#include "arch_util.h"
31-
#include "arch_types.h"
3226
#include "physical_types.h"
3327
#include "parse_switchblocks.h"
3428

0 commit comments

Comments
 (0)