LiftedKc: improve header include
This commit is contained in:
parent
e434e87cc8
commit
e3439af0a0
@ -1,5 +1,9 @@
|
||||
#include <cassert>
|
||||
|
||||
#include <vector>
|
||||
#include <unordered_map>
|
||||
#include <string>
|
||||
#include <fstream>
|
||||
#include <iostream>
|
||||
|
||||
#include "LiftedKc.h"
|
||||
|
@ -1,11 +1,6 @@
|
||||
#ifndef YAP_PACKAGES_CLPBN_HORUS_LIFTEDKC_H_
|
||||
#define YAP_PACKAGES_CLPBN_HORUS_LIFTEDKC_H_
|
||||
|
||||
#include <vector>
|
||||
#include <unordered_map>
|
||||
#include <string>
|
||||
#include <fstream>
|
||||
|
||||
#include "LiftedSolver.h"
|
||||
#include "ParfactorList.h"
|
||||
|
||||
|
Reference in New Issue
Block a user