diff code_part1/OSTC_code_c_part2/p2_definitions.h @ 744:7e7e98247a8a

Merge
author JeanDo
date Mon, 12 Aug 2013 15:12:14 +0200
parents 8466932a2fcf
children c50296c3059e
line wrap: on
line diff
--- a/code_part1/OSTC_code_c_part2/p2_definitions.h	Thu Aug 08 11:06:52 2013 +0200
+++ b/code_part1/OSTC_code_c_part2/p2_definitions.h	Mon Aug 12 15:12:14 2013 +0200
@@ -111,8 +111,6 @@
 #   define overlay
 #   define PARAMETER
 
-#   include <assert.h>
-
     // Avoid warnings about float/double mismatches:
 #   ifdef WIN32
 #       pragma warning(disable: 4244 4068 4305)