Skip to content

Commit

Permalink
pyfimex0: remove #include of nonexistent config.h
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-buerger-met-no committed Oct 30, 2019
1 parent 899366d commit c37c09b
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 22 deletions.
4 changes: 0 additions & 4 deletions modules/python/pyfimex0.cc
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@
* Author: Alexander Bürger
*/

#ifdef HAVE_CONFIG_H
#include "../config.h"
#endif // HAVE_CONFIG_H

#include "fimex/CDMconstants.h"

#include <pybind11/pybind11.h>
Expand Down
6 changes: 1 addition & 5 deletions modules/python/pyfimex0_CDM.cc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Fimex, pyfimex0_CDM.cc
*
* (C) Copyright 2017-2018, met.no
* (C) Copyright 2017-2019, met.no
*
* Project Info: https://wiki.met.no/fimex/start
*
Expand All @@ -24,10 +24,6 @@
* Author: Alexander Bürger
*/

#ifdef HAVE_CONFIG_H
#include "../config.h"
#endif // HAVE_CONFIG_H

#include "fimex/CDM.h"
#include "fimex/Data.h"

Expand Down
4 changes: 0 additions & 4 deletions modules/python/pyfimex0_CoordinateSystem.cc
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@
* Author: Alexander Bürger
*/

#ifdef HAVE_CONFIG_H
#include "../config.h"
#endif // HAVE_CONFIG_H

#include "fimex/CDMReader.h"
#include "fimex/coordSys/CoordinateSystem.h"

Expand Down
4 changes: 0 additions & 4 deletions modules/python/pyfimex0_Data.cc
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@
* Author: Alexander Bürger
*/

#ifdef HAVE_CONFIG_H
#include "../config.h"
#endif // HAVE_CONFIG_H

#include "fimex/CDMDataType.h"
#include "fimex/CDMException.h"
#include "fimex/Data.h"
Expand Down
6 changes: 1 addition & 5 deletions modules/python/pyfimex0_logging.cc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Fimex, pyfimex0_logging.cc
*
* (C) Copyright 2017, met.no
* (C) Copyright 2017-2019, met.no
*
* Project Info: https://wiki.met.no/fimex/start
*
Expand All @@ -24,10 +24,6 @@
* Author: Alexander Bürger
*/

#ifdef HAVE_CONFIG_H
#include "../config.h"
#endif // HAVE_CONFIG_H

#include "fimex/Logger.h"

#include <pybind11/pybind11.h>
Expand Down

0 comments on commit c37c09b

Please sign in to comment.