[base] Move run_set to namespace base

This commit is contained in:
Ming-Hung Tsai
2020-07-27 10:48:54 +08:00
parent 71545e56c6
commit e62022a200
16 changed files with 19 additions and 19 deletions

View File

@@ -19,8 +19,8 @@
#ifndef BLOCK_COUNTER_H
#define BLOCK_COUNTER_H
#include "base/run_set.h"
#include "block.h"
#include "run_set.h"
//----------------------------------------------------------------