Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/vowpal_wabbit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/gd.h
diff options
context:
space:
mode:
authorJohn Langford <jl@hunch.net>2009-08-05 19:09:53 +0400
committerJohn Langford <jl@hunch.net>2009-08-05 19:09:53 +0400
commitc7213902b1b898e16b3d078727f3209bc64bfd15 (patch)
treedd9c7ac7b485ade9d5a967d6df20e5fe3223deb1 /gd.h
parent21af664734407106f2aa0b272d8bf909e24e7d1c (diff)
Include file minimization.
Diffstat (limited to 'gd.h')
-rw-r--r--gd.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/gd.h b/gd.h
index 4bdd19f0..e19e6fab 100644
--- a/gd.h
+++ b/gd.h
@@ -7,9 +7,8 @@ embodied in the content of this file are licensed under the BSD
#ifndef GD_H
#define GD_H
-#include "math.h"
+#include <math.h>
#include "parse_example.h"
-using namespace std;
void print_result(int f, float res, v_array<char> tag);