summaryrefslogtreecommitdiffstats
path: root/src/2geom/piecewise.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/2geom/piecewise.h')
-rw-r--r--src/2geom/piecewise.h13
1 files changed, 5 insertions, 8 deletions
diff --git a/src/2geom/piecewise.h b/src/2geom/piecewise.h
index 19c66d8f0..310de23b1 100644
--- a/src/2geom/piecewise.h
+++ b/src/2geom/piecewise.h
@@ -1,7 +1,4 @@
-/**
- * \file
- * \brief Piecewise function class
- *
+/*
* Copyright 2007 Michael Sloan <mgsloan@gmail.com>
*
* This library is free software; you can redistribute it and/or
@@ -32,13 +29,13 @@
#ifndef SEEN_GEOM_PW_SB_H
#define SEEN_GEOM_PW_SB_H
-#include <2geom/sbasis.h>
#include <vector>
#include <map>
-
-#include <2geom/concepts.h>
-#include <2geom/isnan.h>
#include <boost/concept_check.hpp>
+#include <2geom/concepts.h>
+#include <2geom/math-utils.h>
+#include <2geom/sbasis.h>
+
namespace Geom {
/**