 
            Module: ppl/ppl Branch: master Commit: 2bfa68aaf70d66197a4e220dc0f59702841afa17 URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=2bfa68aaf70d6...
Author: Roberto Bagnara bagnara@cs.unipr.it Date: Sat May 5 14:08:35 2012 +0200
Inclusions reordered to match the PPL coding standard.
---
src/Watchdog.inlines.hh | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/src/Watchdog.inlines.hh b/src/Watchdog.inlines.hh index c1262b5..30798ef 100644 --- a/src/Watchdog.inlines.hh +++ b/src/Watchdog.inlines.hh @@ -24,9 +24,8 @@ site: http://bugseng.com/products/ppl/ . */ #ifndef PPL_Watchdog_inlines_hh #define PPL_Watchdog_inlines_hh 1
-#include <stdexcept> - #include "Handler.defs.hh" +#include <stdexcept>
namespace Parma_Polyhedra_Library {