c and cpp directories moved into bindings directory

This commit is contained in:
malosek
2009-09-16 16:49:09 +02:00
parent 6bfb9e6aaf
commit 1b2a426656
22 changed files with 21 additions and 21 deletions

View File

@@ -20,7 +20,7 @@
#include <string>
#include <algorithm>
#include "../c/zmq.h"
#include "../bindings/c/zmq.h"
#include "socket_base.hpp"
#include "app_thread.hpp"