daemon: studio.h include is not common include at all

This commit is contained in:
Nedko Arnaudov 2010-04-03 19:12:05 +03:00
parent 963d4ff0ec
commit 91d5fceade
2 changed files with 1 additions and 3 deletions

View File

@ -55,8 +55,6 @@ struct connection
struct port * playback_port_ptr; /* The playback input port */
};
#include "studio.h"
extern bool g_quit;
#endif /* #ifndef COMMON_H__CFDC869A_31AE_4FA3_B2D3_DACA8488CA55__INCLUDED */

View File

@ -26,7 +26,7 @@
*/
#include "common.h"
#include "studio.h"
#include "../dbus/error.h"
#include "control.h"
#include "../dbus_constants.h"