Mercurial > audlegacy-plugins
comparison src/paranormal/plugin.c @ 2576:bd3a24b39058
Removed #includes that should not be included anymore.
| author | Matti Hamalainen <ccr@tnsp.org> |
|---|---|
| date | Mon, 19 May 2008 04:20:50 +0300 |
| parents | 573436f1a56e |
| children | f1b6f1b2cdb3 |
comparison
equal
deleted
inserted
replaced
| 2575:1e67df1a1edc | 2576:bd3a24b39058 |
|---|---|
| 36 #include <glib.h> | 36 #include <glib.h> |
| 37 #include <audacious/i18n.h> | 37 #include <audacious/i18n.h> |
| 38 | 38 |
| 39 #include <gtk/gtk.h> | 39 #include <gtk/gtk.h> |
| 40 #include <audacious/plugin.h> | 40 #include <audacious/plugin.h> |
| 41 #include <audacious/util.h> | |
| 42 #include <SDL.h> | 41 #include <SDL.h> |
| 43 #include <SDL_thread.h> | 42 #include <SDL_thread.h> |
| 44 | 43 |
| 45 #ifdef _POSIX_PRIORITY_SCHEDULING | 44 #ifdef _POSIX_PRIORITY_SCHEDULING |
| 46 #include <sched.h> | 45 #include <sched.h> |
