moved method_dispatcher to subdirectory

This commit is contained in:
Daniel Knüttel 2018-09-26 17:48:03 +02:00
parent 756216b21c
commit 0a40beacf7
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
{