///////////////////////////////////////////////////////////////////////////////
-// Name: generic/accel.cpp
+// Name: src/generic/accel.cpp
// Purpose: generic implementation of wxAcceleratorTable class
// Author: Robert Roebling
// Modified: VZ pn 31.05.01: use typed lists, Unicode cleanup, Add/Remove
#if wxUSE_ACCEL
#ifndef WX_PRECOMP
- #include "wx/event.h"
#include "wx/list.h"
+ #include "wx/event.h"
#endif // WX_PRECOMP
#include "wx/accel.h"
}
#endif // wxUSE_ACCEL
-