Skip to content

Commit

Permalink
Updated VW application
Browse files Browse the repository at this point in the history
  • Loading branch information
lisitsyn committed Sep 2, 2012
1 parent 2cbba38 commit 60f20df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions applications/vw/vw.cpp
Expand Up @@ -4,9 +4,9 @@
#include <getopt.h>
#include <string.h>

#include <shogun/io/StreamingVwFile.h>
#include <shogun/io/StreamingVwCacheFile.h>
#include <shogun/features/StreamingVwFeatures.h>
#include <shogun/io/streaming/StreamingVwFile.h>
#include <shogun/io/streaming/StreamingVwCacheFile.h>
#include <shogun/features/streaming/StreamingVwFeatures.h>
#include <shogun/classifier/vw/VowpalWabbit.h>

using namespace shogun;
Expand Down

0 comments on commit 60f20df

Please sign in to comment.