chore(library/mt_task_queue, library/task_queue): style

This commit is contained in:
Leonardo de Moura 2016-12-08 09:26:22 -08:00
parent 6120f8cc9f
commit 7bffcf776b
2 changed files with 2 additions and 2 deletions

View file

@ -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 {

View file

@ -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 {