refactor
This commit is contained in:
parent
69796f70c9
commit
2dda378def
|
@ -16,9 +16,6 @@
|
|||
#ifndef TD_TDISK_H
|
||||
#define TD_TDISK_H
|
||||
|
||||
#include "taosdef.h"
|
||||
#include "hash.h"
|
||||
#include "taoserror.h"
|
||||
#include "tglobal.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
|
@ -13,10 +13,12 @@
|
|||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#include "os.h"
|
||||
#include "tutil.h"
|
||||
#include "tdisk.h"
|
||||
#include "hash.h"
|
||||
#include "taosdef.h"
|
||||
#include "taoserror.h"
|
||||
#include "tulog.h"
|
||||
|
||||
#include "tutil.h"
|
||||
|
||||
typedef struct {
|
||||
uint64_t size;
|
||||
|
|
Loading…
Reference in New Issue