diff options
Diffstat (limited to 'gps/utils/msg_q.c')
-rw-r--r-- | gps/utils/msg_q.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gps/utils/msg_q.c b/gps/utils/msg_q.c index 5be8547..e412e78 100644 --- a/gps/utils/msg_q.c +++ b/gps/utils/msg_q.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2012, The Linux Foundation. All rights reserved. +/* Copyright (c) 2011-2012,2014 The Linux Foundation. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -29,8 +29,7 @@ #include "msg_q.h" #define LOG_TAG "LocSvc_utils_q" -#include "log_util.h" -#include "platform_lib_includes.h" +#include <platform_lib_includes.h> #include "linked_list.h" #include <stdio.h> #include <stdlib.h> |