Restructure: Move sample from common code to 'libsample'

This commit is contained in:
Andreas Eversberg
2017-11-18 08:06:06 +01:00
parent 1650cc5ad2
commit ed31a26eba
84 changed files with 89 additions and 68 deletions

View File

@@ -26,7 +26,7 @@
#include <sys/un.h>
#include <stddef.h>
#include <unistd.h>
#include "../common/sample.h"
#include "../libsample/sample.h"
#include "../common/debug.h"
#include "../common/call.h"
#include "cause.h"