summaryrefslogtreecommitdiffstats
path: root/sigscript/TrainerWrapper.h
diff options
context:
space:
mode:
Diffstat (limited to 'sigscript/TrainerWrapper.h')
-rw-r--r--sigscript/TrainerWrapper.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sigscript/TrainerWrapper.h b/sigscript/TrainerWrapper.h
index 5e0b7662..f87eb1b0 100644
--- a/sigscript/TrainerWrapper.h
+++ b/sigscript/TrainerWrapper.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2008 Ben Boeckel <MathStuf@gmail.com>
+ * Copyright 2008-2009 Ben Boeckel <MathStuf@gmail.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -22,7 +22,7 @@
#include "ObjectWrapper.h"
// Sigmod includes
-#include "../sigmod/Trainer.h"
+#include <sigmod/Trainer.h>
namespace Sigscript
{