mirror of https://github.com/YosysHQ/abc.git
Reordering includes.
This commit is contained in:
parent
645d8667c3
commit
00cee5f2f5
|
|
@ -5,17 +5,17 @@
|
|||
* Author: Yen-Sheng Ho
|
||||
*/
|
||||
|
||||
#include <iostream>
|
||||
#include <iomanip>
|
||||
#include <climits>
|
||||
#include <regex>
|
||||
|
||||
#include "base/wlc/wlc.h"
|
||||
#include "opt/ufar/UfarCmd.h"
|
||||
#include "opt/ufar/UfarMgr.h"
|
||||
#include "opt/untk/NtkNtk.h"
|
||||
#include "opt/util/util.h"
|
||||
|
||||
#include <iostream>
|
||||
#include <iomanip>
|
||||
#include <climits>
|
||||
#include <regex>
|
||||
|
||||
ABC_NAMESPACE_IMPL_START
|
||||
|
||||
using namespace std;
|
||||
|
|
|
|||
|
|
@ -7,17 +7,6 @@
|
|||
|
||||
#include <cstdio>
|
||||
#include <fstream>
|
||||
|
||||
#include "UfarMgr.h"
|
||||
#include "opt/untk/NtkNtk.h"
|
||||
#include "opt/util/util.h"
|
||||
|
||||
#include <base/wlc/wlc.h>
|
||||
#include <sat/cnf/cnf.h>
|
||||
#include <aig/gia/giaAig.h>
|
||||
|
||||
#include <sys/wait.h>
|
||||
|
||||
#include <iostream>
|
||||
#include <iomanip>
|
||||
#include <map>
|
||||
|
|
@ -25,6 +14,15 @@
|
|||
#include <array>
|
||||
#include <regex>
|
||||
|
||||
#include <sys/wait.h>
|
||||
|
||||
#include <base/wlc/wlc.h>
|
||||
#include <sat/cnf/cnf.h>
|
||||
#include <aig/gia/giaAig.h>
|
||||
#include "opt/untk/NtkNtk.h"
|
||||
#include "opt/util/util.h"
|
||||
#include "UfarMgr.h"
|
||||
|
||||
ABC_NAMESPACE_IMPL_START
|
||||
|
||||
using namespace std;
|
||||
|
|
|
|||
|
|
@ -1,15 +1,16 @@
|
|||
#include "UfarPth.h"
|
||||
#include "opt/util/util.h"
|
||||
#include "opt/untk/NtkNtk.h"
|
||||
#include "sat/bmc/bmc.h"
|
||||
#include "proof/pdr/pdr.h"
|
||||
#include "aig/gia/giaAig.h"
|
||||
|
||||
#include "misc/util/abc_namespaces.h"
|
||||
|
||||
#include <pthread.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "sat/bmc/bmc.h"
|
||||
#include "proof/pdr/pdr.h"
|
||||
#include "aig/gia/giaAig.h"
|
||||
#include "opt/util/util.h"
|
||||
#include "opt/untk/NtkNtk.h"
|
||||
#include "UfarPth.h"
|
||||
|
||||
ABC_NAMESPACE_IMPL_START
|
||||
|
||||
extern "C" {
|
||||
|
|
|
|||
|
|
@ -5,9 +5,9 @@
|
|||
#ifndef SRC_EXT2_UFAR_PTH_H
|
||||
#define SRC_EXT2_UFAR_PTH_H
|
||||
|
||||
#include "base/wlc/wlc.h"
|
||||
#include <vector>
|
||||
#include <string>
|
||||
#include "base/wlc/wlc.h"
|
||||
|
||||
ABC_NAMESPACE_CXX_HEADER_START
|
||||
|
||||
|
|
|
|||
|
|
@ -2,11 +2,10 @@
|
|||
// Created by Yen-Sheng Ho on 8/9/16.
|
||||
//
|
||||
|
||||
#include "Netlist.h"
|
||||
#include <iostream>
|
||||
|
||||
#include <base/wlc/wlc.h>
|
||||
|
||||
#include <iostream>
|
||||
#include "Netlist.h"
|
||||
|
||||
ABC_NAMESPACE_IMPL_START
|
||||
|
||||
|
|
|
|||
|
|
@ -5,10 +5,9 @@
|
|||
* Author: Yen-Sheng Ho
|
||||
*/
|
||||
|
||||
#include "NtkNtk.h"
|
||||
#include "Netlist.h"
|
||||
#include "opt/util/util.h"
|
||||
#include "opt/ufar/UfarPth.h"
|
||||
#include <unistd.h>
|
||||
#include <sys/wait.h>
|
||||
#include <fstream>
|
||||
|
||||
#include <base/wlc/wlc.h>
|
||||
#include <sat/bmc/bmc.h>
|
||||
|
|
@ -16,9 +15,10 @@
|
|||
#include <proof/fraig/fraig.h>
|
||||
#include <aig/gia/giaAig.h>
|
||||
|
||||
#include <unistd.h>
|
||||
#include <sys/wait.h>
|
||||
#include <fstream>
|
||||
#include "opt/util/util.h"
|
||||
#include "opt/ufar/UfarPth.h"
|
||||
#include "NtkNtk.h"
|
||||
#include "Netlist.h"
|
||||
|
||||
ABC_NAMESPACE_IMPL_START
|
||||
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@
|
|||
#include <array>
|
||||
#include <sstream>
|
||||
#include <algorithm>
|
||||
|
||||
#include <base/wlc/wlc.h>
|
||||
#include "Netlist.h"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue