chore(library/mt_task_queue, library/task_queue): style
This commit is contained in:
parent
6120f8cc9f
commit
7bffcf776b
2 changed files with 2 additions and 2 deletions
|
|
@ -12,8 +12,8 @@ Author: Gabriel Ebner
|
|||
#include <map>
|
||||
#include <functional>
|
||||
#include <unordered_map>
|
||||
#include <library/io_state.h>
|
||||
#include "util/optional.h"
|
||||
#include "library/io_state.h"
|
||||
#include "library/task_queue.h"
|
||||
|
||||
namespace lean {
|
||||
|
|
|
|||
|
|
@ -9,10 +9,10 @@ Author: Gabriel Ebner
|
|||
#include <string>
|
||||
#include <vector>
|
||||
#include <unordered_set>
|
||||
#include <library/message_buffer.h>
|
||||
#include "util/thread.h"
|
||||
#include "util/optional.h"
|
||||
#include "util/rc.h"
|
||||
#include "library/message_buffer.h"
|
||||
|
||||
namespace lean {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue