summaryrefslogtreecommitdiff
path: root/utils/linked_list.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils/linked_list.c')
-rw-r--r--utils/linked_list.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/utils/linked_list.c b/utils/linked_list.c
index 92617fe..1109acd 100644
--- a/utils/linked_list.c
+++ b/utils/linked_list.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2011, The Linux Foundation. All rights reserved.
+/* Copyright (c) 2011,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
@@ -31,8 +31,7 @@
#include <string.h>
#define LOG_TAG "LocSvc_utils_ll"
-#include "log_util.h"
-#include "platform_lib_includes.h"
+#include <platform_lib_includes.h>
#include <stdlib.h>
#include <stdint.h>