Mercurial > audlegacy-plugins
comparison src/paranormal/plugin.c @ 2971:3134a0987162
- changed include path from audacious to audlegacy.
- changed include path for libSAD.h.
| author | Yoshiki Yazawa <yaz@honeyplanet.jp> |
|---|---|
| date | Wed, 26 Nov 2008 02:55:04 +0900 |
| parents | f1b6f1b2cdb3 |
| children |
comparison
equal
deleted
inserted
replaced
| 2970:57d499fc5056 | 2971:3134a0987162 |
|---|---|
| 32 #include <math.h> | 32 #include <math.h> |
| 33 #include <setjmp.h> | 33 #include <setjmp.h> |
| 34 #include <unistd.h> | 34 #include <unistd.h> |
| 35 | 35 |
| 36 #include <glib.h> | 36 #include <glib.h> |
| 37 #include <audacious/i18n.h> | 37 #include <audlegacy/i18n.h> |
| 38 | 38 |
| 39 #include <gtk/gtk.h> | 39 #include <gtk/gtk.h> |
| 40 #include <audacious/plugin.h> | 40 #include <audlegacy/plugin.h> |
| 41 #include <SDL.h> | 41 #include <SDL.h> |
| 42 #include <SDL_thread.h> | 42 #include <SDL_thread.h> |
| 43 | 43 |
| 44 #ifdef _POSIX_PRIORITY_SCHEDULING | 44 #ifdef _POSIX_PRIORITY_SCHEDULING |
| 45 #include <sched.h> | 45 #include <sched.h> |
