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
diff options
context:
space:
mode:
authorJohn Langford <jl@hunch.net>2014-01-05 00:16:25 +0400
committerJohn Langford <jl@hunch.net>2014-01-05 00:16:25 +0400
commitf112388c1666ffbd35952b03b86842a1b5430e2a (patch)
treeff213cc3db296e1b255154c5cba04931766aac83 /vowpalwabbit/bfgs.h
parentf5648703929713d9f251d893823f0b75105d5eac (diff)
remove some header includes
Diffstat (limited to 'vowpalwabbit/bfgs.h')
-rw-r--r--vowpalwabbit/bfgs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/vowpalwabbit/bfgs.h b/vowpalwabbit/bfgs.h
index 42ae2a6b..1bd58043 100644
--- a/vowpalwabbit/bfgs.h
+++ b/vowpalwabbit/bfgs.h
@@ -5,7 +5,6 @@ license as described in the file LICENSE.
*/
#ifndef BFGS_H
#define BFGS_H
-#include "gd.h"
namespace BFGS {
learner* setup(vw& all, std::vector<std::string>&opts, po::variables_map& vm, po::variables_map& vm_file);