From a9f19d71301422c5e42728235389e187e14f3bfd Mon Sep 17 00:00:00 2001 From: Erik Jansson <erikjansson90@gmail.com> Date: Thu, 24 Apr 2014 23:49:14 +0200 Subject: [PATCH] Remove unused include to make LabComm compile with C++ compilers. --- lib/c/labcomm_default_memory.h | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/c/labcomm_default_memory.h b/lib/c/labcomm_default_memory.h index 0911209..8b22301 100644 --- a/lib/c/labcomm_default_memory.h +++ b/lib/c/labcomm_default_memory.h @@ -21,7 +21,6 @@ #include <stdlib.h> #include "labcomm.h" -#include "labcomm_private.h" extern struct labcomm_memory *labcomm_default_memory; -- GitLab