Moved include_directory from main to ApplicationCode. Include of Eclipse hearder files must now be prefixed with ert/<module_name>

This commit is contained in:
Magne Sjaastad
2016-05-26 14:49:13 +02:00
parent f0dc0abada
commit 1929798532
12 changed files with 66 additions and 123 deletions

View File

@@ -32,10 +32,8 @@
#include "cafProgressInfo.h"
#include "ecl_grid.h"
#include "well_state.h"
#include "ecl_kw_magic.h"
#include "ecl_nnc_export.h"
#include "ert/ecl/ecl_nnc_export.h"
#include "ert/ecl/ecl_kw_magic.h"
#include <iostream>
#include <map>