summaryrefslogtreecommitdiffstats
path: root/common/collection/collection_stack.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/collection/collection_stack.c')
-rw-r--r--common/collection/collection_stack.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/collection/collection_stack.c b/common/collection/collection_stack.c
index 674c6c16d..503ada337 100644
--- a/common/collection/collection_stack.c
+++ b/common/collection/collection_stack.c
@@ -19,8 +19,8 @@
along with Collection Library. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "stdlib.h"
-#include "errno.h"
+#include <stdlib.h>
+#include <errno.h>
#include "collection_stack.h"
#include "trace.h"