From 0010e57c256ca805acea0c7710c4d80846cfa817 Mon Sep 17 00:00:00 2001 From: Andreas Volz Date: Mon, 3 Dec 2012 16:53:56 +0000 Subject: [PATCH] no exceptions SVN revision: 80084 --- ecorexx/include/ecorexx/Ecorexx.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/ecorexx/include/ecorexx/Ecorexx.h b/ecorexx/include/ecorexx/Ecorexx.h index 21ca68f..30f3ecb 100644 --- a/ecorexx/include/ecorexx/Ecorexx.h +++ b/ecorexx/include/ecorexx/Ecorexx.h @@ -20,8 +20,5 @@ #include "Exe.h" #include "Event.h" -/* exceptions */ -#include "exception/ProcessNotExistingException.h" - #endif // ECOREXX_H