rcuja: remove unneeded headers
[userspace-rcu.git] / rcuja / rcuja.c
index 7a61817135c8c558e26c6da1c9350534e279f058..4f815e16f73c9e7cc7a91261c642e1f6743f42d8 100644 (file)
@@ -4,7 +4,7 @@
  * Userspace RCU library - RCU Judy Array
  *
  * Copyright (C) 2000 - 2002 Hewlett-Packard Company
- * Copyright 2012 - Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
+ * Copyright 2012-2013 - Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
 #include <errno.h>
 #include <limits.h>
 #include <string.h>
+#include <assert.h>
 #include <urcu/rcuja.h>
 #include <urcu/compiler.h>
 #include <urcu/arch.h>
-#include <assert.h>
 #include <urcu-pointer.h>
 #include <urcu/uatomic.h>
-#include <stdint.h>
 
 #include "rcuja-internal.h"
 
This page took 0.023878 seconds and 4 git commands to generate.