aboutsummaryrefslogtreecommitdiff
path: root/icing/legacy/index/icing-mock-filesystem.h
diff options
context:
space:
mode:
Diffstat (limited to 'icing/legacy/index/icing-mock-filesystem.h')
-rw-r--r--icing/legacy/index/icing-mock-filesystem.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/icing/legacy/index/icing-mock-filesystem.h b/icing/legacy/index/icing-mock-filesystem.h
index 75ac62f..122ee7b 100644
--- a/icing/legacy/index/icing-mock-filesystem.h
+++ b/icing/legacy/index/icing-mock-filesystem.h
@@ -15,16 +15,15 @@
#ifndef ICING_LEGACY_INDEX_ICING_MOCK_FILESYSTEM_H_
#define ICING_LEGACY_INDEX_ICING_MOCK_FILESYSTEM_H_
-#include <stdint.h>
-#include <stdio.h>
-#include <string.h>
-
+#include <cstdint>
+#include <cstdio>
+#include <cstring>
#include <memory>
#include <string>
#include <vector>
-#include "icing/legacy/index/icing-filesystem.h"
#include "gmock/gmock.h"
+#include "icing/legacy/index/icing-filesystem.h"
namespace icing {
namespace lib {