X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fstat%2Fstatev.h;h=7655394a19d58b6575fc9a9e1d1c5f01f8a16a4a;hb=0cc8bfc863da28d3799e9eca1d1765d564b6e573;hp=1545b451913e5da4380f585e35dc001da9fa4741;hpb=1ce363f80e6a204d4011f85813362d9bd1d0e7e4;p=libfirm diff --git a/ir/stat/statev.h b/ir/stat/statev.h index 1545b4519..7655394a1 100644 --- a/ir/stat/statev.h +++ b/ir/stat/statev.h @@ -28,7 +28,7 @@ #ifndef FIRM_STATEVENT_H #define FIRM_STATEVENT_H -#ifndef FIRM_STATISTICS +#if !defined(FIRM_STATISTICS) || defined(DISABLE_STATEV) #define stat_ev_do(expr) #define stat_ev_if if (0) @@ -52,7 +52,7 @@ #else #include -#include "timing.h" +#include "stat_timing.h" extern void stat_ev_printf(char ev_type, const char *key, const char *fmt, ...);