13
0

remove duplicate std limit + format macro defs

git-svn-id: svn://localhost/ardour2/branches/3.0@7999 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2010-11-10 23:07:31 +00:00
parent ab399143a6
commit b623bc32a0
2 changed files with 0 additions and 2 deletions

View File

@ -18,7 +18,6 @@
$Id: insert.cc 712 2006-07-28 01:08:57Z drobilla $
*/
#define __STDC_LIMIT_MACROS 1
#include <stdint.h>
#include "ardour/chan_count.h"

View File

@ -17,7 +17,6 @@
*/
#define __STDC_FORMAT_MACROS 1
#include <inttypes.h>
#include <vector>