diff code_part1/OSTC_code_c_part2/p2_definitions.h @ 743:8466932a2fcf

.. minor cleanups
author JeanDo
date Mon, 12 Aug 2013 15:08:05 +0200
parents f555590f1419
children c50296c3059e
line wrap: on
line diff
--- a/code_part1/OSTC_code_c_part2/p2_definitions.h	Wed Jun 19 11:21:09 2013 +0200
+++ b/code_part1/OSTC_code_c_part2/p2_definitions.h	Mon Aug 12 15:08:05 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)