summaryrefslogtreecommitdiffstats
path: root/collection/collection_stack.c
diff options
context:
space:
mode:
Diffstat (limited to 'collection/collection_stack.c')
-rw-r--r--collection/collection_stack.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/collection/collection_stack.c b/collection/collection_stack.c
index 674c6c1..503ada3 100644
--- a/collection/collection_stack.c
+++ b/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"