Skip to content

Commit a2c2b89

Browse files
committed
Fix lint issue
1 parent 4a1b44e commit a2c2b89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runtime/builtin_modules/thread.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
#include "pythread.h"
2020

2121
#include "capi/typeobject.h"
22+
#include "capi/types.h"
2223
#include "core/threading.h"
2324
#include "core/types.h"
2425
#include "runtime/objmodel.h"
25-
#include "capi/types.h"
2626
#include "runtime/types.h"
2727

2828
using namespace pyston::threading;

0 commit comments

Comments
 (0)