make inbternationalized version actually build
[rrdtool.git] / src / rrd_format.h
index 3eb46ae..96a9a6d 100644 (file)
@@ -25,8 +25,6 @@
 #define RRD_VERSION3  "0003"
 #define FLOAT_COOKIE  8.642135E130
 
-#include "rrd_nan_inf.h"
-
 typedef union unival {
     unsigned long u_cnt;
     rrd_value_t u_val;
@@ -231,7 +229,7 @@ enum rra_par_en { RRA_cdp_xff_val = 0,  /* what part of the consolidated
      * the period smoother. */
 
     /* CF_FAILURES: */
-    RRA_delta_pos = 1, /* confidence bound scaling parameters */
+    RRA_delta_pos = 1,  /* confidence bound scaling parameters */
     RRA_delta_neg = 2,
     /* RRA_dependent_rra_idx = 3, */
     RRA_window_len = 4,