LiftedKc: improve header include

This commit is contained in:
Tiago Gomes 2013-02-19 23:59:05 +00:00
parent e434e87cc8
commit e3439af0a0
2 changed files with 4 additions and 5 deletions

View File

@ -1,5 +1,9 @@
#include <cassert>
#include <vector>
#include <unordered_map>
#include <string>
#include <fstream>
#include <iostream>
#include "LiftedKc.h"

View File

@ -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"