From 1619d975c6bbc0ce4cd36c95bc5b270d43f43352 Mon Sep 17 00:00:00 2001 From: Justin Viiret Date: Fri, 12 Feb 2016 13:58:17 +1100 Subject: [PATCH] limex_runtime.h: scratch header no longer needed --- src/nfa/limex_runtime.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/nfa/limex_runtime.h b/src/nfa/limex_runtime.h index 31484256..4e111aa6 100644 --- a/src/nfa/limex_runtime.h +++ b/src/nfa/limex_runtime.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, Intel Corporation + * Copyright (c) 2015-2016, Intel Corporation * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -42,7 +42,6 @@ #include "limex_internal.h" #include "nfa_api_util.h" #include "nfa_internal.h" -#include "scratch.h" #include "util/uniform_ops.h" ////////////////////////////////////////////////////////////////////////////