Skip to content

Commit 227e62c

Browse files
committed
Refactoring
1 parent 2223f9f commit 227e62c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

threadpool.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
*/
1818

1919
#include <exception>
20+
#include <iostream>
21+
#include <list>
22+
#include <vector>
2023

2124
#include <pthread.h>
2225
#include <semaphore.h>
23-
#include <iostream>
24-
#include <vector>
25-
#include <list>
2626

2727
class Error: public std::exception {
2828
public:

0 commit comments

Comments
 (0)