base: Do not include config.h twice

This commit is contained in:
Nicolas Williams
2022-12-14 11:57:55 -06:00
committed by Nico Williams
parent fd6597614e
commit e2e7eacb6f

View File

@@ -36,8 +36,6 @@
#ifndef HEIM_BASE_ATOMICS_H #ifndef HEIM_BASE_ATOMICS_H
#define HEIM_BASE_ATOMICS_H 1 #define HEIM_BASE_ATOMICS_H 1
#include "config.h"
/* /*
* Atomic operations * Atomic operations
*/ */