Skip to content
Snippets Groups Projects
Commit c1f4b3de authored by Elias Pipping's avatar Elias Pipping
Browse files

[Cleanup] Move include to .cc file

parent 78c8eaf9
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,12 @@
#include <fstream>
#ifdef HAVE_CAIROMM
#include <cairomm/context.h>
#include <cairomm/fontface.h>
#include <cairomm/surface.h>
#endif
#include "mygeometry.hh"
double MyGeometry::verticalProjection(LocalVector const &x) {
......
......@@ -3,12 +3,6 @@
#include <dune/common/fvector.hh>
#ifdef HAVE_CAIROMM
#include <cairomm/context.h>
#include <cairomm/fontface.h>
#include <cairomm/surface.h>
#endif
#include "midpoint.hh"
namespace MyGeometry {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment