// Author: Guilhem Lavaux
// Modified by:
// Created: 01/02/97
-// RCS-ID: $Id$
// Copyright: (c) Guilhem Lavaux
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
-#ifndef __JOYSTICKH__
-#define __JOYSTICKH__
+#ifndef _WX_UNIX_JOYSTICK_H_
+#define _WX_UNIX_JOYSTICK_H_
#include "wx/event.h"
-#include "wx/thread.h"
class WXDLLIMPEXP_FWD_CORE wxJoystickThread;
wxJoystickThread* m_thread;
};
-#endif
- // __JOYSTICKH__
+#endif // _WX_UNIX_JOYSTICK_H_