Mercurial > audlegacy-plugins
comparison src/modplug/plugin.cxx @ 1946:7ee1bc4d5f5b
Remove useless #includes, use <>
| author | Matti Hamalainen <ccr@tnsp.org> |
|---|---|
| date | Tue, 02 Oct 2007 00:49:51 +0300 |
| parents | 53adc480f9a7 |
| children | e67bce91d70c |
comparison
equal
deleted
inserted
replaced
| 1933:b6d547a4ca50 | 1946:7ee1bc4d5f5b |
|---|---|
| 5 */ | 5 */ |
| 6 | 6 |
| 7 #include "modplug.h" | 7 #include "modplug.h" |
| 8 #include "gui/main.h" | 8 #include "gui/main.h" |
| 9 extern "C" { | 9 extern "C" { |
| 10 #include "audacious/plugin.h" | 10 #include <audacious/plugin.h> |
| 11 #include "audacious/tuple.h" | |
| 12 #include "audacious/tuple_formatter.h" | |
| 13 } | 11 } |
| 14 | 12 |
| 15 extern InputPlugin gModPlug; | 13 extern InputPlugin gModPlug; |
| 16 | 14 |
| 17 static void Init(void) | 15 static void Init(void) |
