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>2011-08-16 06:48:13 +0400
committerJohn Langford <jl@hunch.net>2011-08-16 06:48:13 +0400
commita29e25d6a9c65ea1f9863d6121b0b9573d670b20 (patch)
tree90a8dbafe9b0f63716f4493212d4a1cd95ab8868 /lda_core.cc
parentb0f8f3f5d2776af173b4c6513be494df57de3e88 (diff)
various cleanup and organization6.0
Diffstat (limited to 'lda_core.cc')
-rw-r--r--lda_core.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lda_core.cc b/lda_core.cc
index 47888ab9..da3daa14 100644
--- a/lda_core.cc
+++ b/lda_core.cc
@@ -13,7 +13,7 @@ embodied in the content of this file are licensed under the BSD
#include "constant.h"
#include "sparse_dense.h"
#include "gd.h"
-#include "lda.h"
+#include "lda_core.h"
#include "cache.h"
#include "multisource.h"
#include "simple_label.h"