[GIT] ppl/ppl(ppl-0_12-branch): Inclusions reordered to match the PPL coding standard.
Module: ppl/ppl Branch: ppl-0_12-branch Commit: f70936756efd067c891ac1a24a44fa4d56af343a URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=f70936756efd0... 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 {
participants (1)
-
Roberto Bagnara