From 7795df25c3c5148f36c345f7815ebc50b98906aa Mon Sep 17 00:00:00 2001
From: Elias Pipping <elias.pipping@fu-berlin.de>
Date: Sat, 19 Jul 2014 22:22:50 +0200
Subject: [PATCH] [Cleanup] Modularise MyGeometry

---
 src/Makefile.am   | 1 +
 src/sand-wedge.cc | 1 -
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index 6467a5d9..3101380e 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -7,6 +7,7 @@ common_sources = \
 	enumparser.cc \
 	fixedpointiterator.cc \
 	friction_writer.cc \
+	sand-wedge-data/mygeometry.cc \
 	sand-wedge-data/mygrid.cc \
 	solverfactory.cc \
 	state.cc \
diff --git a/src/sand-wedge.cc b/src/sand-wedge.cc
index 2b39dbdf..20406ca4 100644
--- a/src/sand-wedge.cc
+++ b/src/sand-wedge.cc
@@ -75,7 +75,6 @@
 #include "friction_writer.hh"
 #include "sand-wedge-data/mybody.hh"
 #include "sand-wedge-data/mygeometry.hh"
-#include "sand-wedge-data/mygeometry.cc" // FIXME
 #include "sand-wedge-data/myglobalfrictiondata.hh"
 #include "sand-wedge-data/mygrid.hh"
 #include "sand-wedge-data/special_writer.hh"
-- 
GitLab