[engine] clean up header files that include rr_graph_obj
This commit is contained in:
parent
f0728aa425
commit
d1edc51165
|
@ -12,9 +12,6 @@
|
|||
/* Header from archfpga library */
|
||||
#include "physical_types.h"
|
||||
|
||||
/* Header from vpr library */
|
||||
#include "rr_graph_obj.h"
|
||||
|
||||
/* Header from openfpgautil library */
|
||||
#include "openfpga_port.h"
|
||||
#include "circuit_library.h"
|
||||
|
|
|
@ -5,9 +5,9 @@
|
|||
* Include header files that are required by function declaration
|
||||
*******************************************************************/
|
||||
#include <string>
|
||||
#include "rr_graph_obj.h"
|
||||
#include "device_grid.h"
|
||||
#include "vpr_device_annotation.h"
|
||||
#include "rr_graph_view.h"
|
||||
#include "device_rr_gsb.h"
|
||||
|
||||
/********************************************************************
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
#include <string>
|
||||
#include <map>
|
||||
#include "module_manager.h"
|
||||
#include "rr_graph_obj.h"
|
||||
#include "rr_graph_fwd.h"
|
||||
#include "atom_netlist_fwd.h"
|
||||
#include "vpr_routing_annotation.h"
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 43a80a46bd3c9dc2702c0e225e30663d2fad3401
|
||||
Subproject commit 4c2b47e484110f6b4f5cc6f602e0d6f9c220fb2d
|
Loading…
Reference in New Issue