diff --git a/services/common_time/common_clock_service.h b/services/common_time/common_clock_service.h index a65e398d276ff..bd663f06d43a2 100644 --- a/services/common_time/common_clock_service.h +++ b/services/common_time/common_clock_service.h @@ -14,11 +14,12 @@ * limitations under the License. */ -#include - #ifndef ANDROID_COMMON_CLOCK_SERVICE_H #define ANDROID_COMMON_CLOCK_SERVICE_H +#include +#include + namespace android { class CommonTimeServer; diff --git a/services/common_time/common_time_config_service.h b/services/common_time/common_time_config_service.h index 8283c24e0f4ca..89806dd87e297 100644 --- a/services/common_time/common_time_config_service.h +++ b/services/common_time/common_time_config_service.h @@ -13,11 +13,12 @@ * limitations under the License. */ -#include - #ifndef ANDROID_COMMON_TIME_CONFIG_SERVICE_H #define ANDROID_COMMON_TIME_CONFIG_SERVICE_H +#include +#include + namespace android { class String16; diff --git a/services/common_time/common_time_server.h b/services/common_time/common_time_server.h index f6a24191fb318..6e18050869785 100644 --- a/services/common_time/common_time_server.h +++ b/services/common_time/common_time_server.h @@ -19,7 +19,7 @@ #include #include -#include +#include #include #include