aboutsummaryrefslogtreecommitdiff
path: root/sound/mods/protracker.h
diff options
context:
space:
mode:
Diffstat (limited to 'sound/mods/protracker.h')
-rw-r--r--sound/mods/protracker.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/sound/mods/protracker.h b/sound/mods/protracker.h
index 23e90f0954..ab3e042475 100644
--- a/sound/mods/protracker.h
+++ b/sound/mods/protracker.h
@@ -26,7 +26,6 @@
#ifndef SOUND_MODS_PROTRACKER_H
#define SOUND_MODS_PROTRACKER_H
-#include "common/stdafx.h"
#include "common/stream.h"
namespace Audio {
@@ -36,9 +35,9 @@ class AudioStream;
/*
* Factory function for ProTracker streams. Reads all data from the
* given ReadStream and creates an AudioStream from this. No reference
- * to the 'stream' object is kept, so you can safely delete it after
+ * to the 'stream' object is kept, so you can safely delete it after
* invoking this factory.
- *
+ *
* @param stream the ReadStream from which to read the ProTracker data
* @param rate TODO
* @param stereo TODO