Skip to content

Commit 1a12b39

Browse files
committed
fix mustdie 2
1 parent 0581aad commit 1a12b39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vgui2/src/vgui_key_translation.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
#if defined( WIN32 ) && !defined( _X360 )
88
#include <wtypes.h>
99
#include <winuser.h>
10-
#include "xbox/xboxstubs.h"
10+
#include "common/xbox/xboxstubs.h"
1111
#endif
1212
#include "tier0/dbg.h"
1313
#include "vgui_key_translation.h"
1414
#if defined( _X360 )
15-
#include "xbox/xbox_win32stubs.h"
15+
#include "common/xbox/xbox_win32stubs.h"
1616
#endif
1717
#ifdef POSIX
1818
#define VK_RETURN -1

0 commit comments

Comments
 (0)