From e2e7eacb6f2b8dabbd5bdfd6a2b52c1edebf77b8 Mon Sep 17 00:00:00 2001 From: Nicolas Williams Date: Wed, 14 Dec 2022 11:57:55 -0600 Subject: [PATCH] base: Do not include config.h twice --- lib/base/heimbase-atomics.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/base/heimbase-atomics.h b/lib/base/heimbase-atomics.h index 58b72ac4b..702cca7c0 100644 --- a/lib/base/heimbase-atomics.h +++ b/lib/base/heimbase-atomics.h @@ -36,8 +36,6 @@ #ifndef HEIM_BASE_ATOMICS_H #define HEIM_BASE_ATOMICS_H 1 -#include "config.h" - /* * Atomic operations */