From c3e9fafb2de680d65e2d4be0e395e0549aa4a024 Mon Sep 17 00:00:00 2001 From: Allan Odgaard Date: Thu, 21 Feb 2013 16:58:22 +0100 Subject: [PATCH] Include scm.h instead of scm_ng.h Since scm.h includes scm_ng.h this is effectively the same. --- Frameworks/scm/src/scm_ng.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Frameworks/scm/src/scm_ng.cc b/Frameworks/scm/src/scm_ng.cc index 11c9e9af..4af4a4a9 100644 --- a/Frameworks/scm/src/scm_ng.cc +++ b/Frameworks/scm/src/scm_ng.cc @@ -1,4 +1,4 @@ -#include "scm_ng.h" +#include "scm.h" #include "drivers/api.h" #include "snapshot.h" #include "fs_events.h"