moved method_dispatcher to subdirectory

This commit is contained in:
Daniel Knüttel 2018-09-26 17:48:03 +02:00
parent 0d8cb5df7c
commit a515b56f58
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
#define bci_method_dispatcher_h__
#include <inttypes.h>
#include "base.h"
#include "../base.h"
typedef struct dispatch_tree_node_s
{