#ifndef _WX_TASKBAR_H_
#define _WX_TASKBAR_H_
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
#pragma interface "taskbar.h"
#endif
-#include <wx/list.h>
-#include <wx/icon.h>
+#include "wx/list.h"
+#include "wx/icon.h"
class wxTaskBarIcon: public wxObject
{