diff options
Diffstat (limited to 'src/udp_wrap.cc')
-rw-r--r-- | src/udp_wrap.cc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/udp_wrap.cc b/src/udp_wrap.cc index 789366cbe..16857ce0e 100644 --- a/src/udp_wrap.cc +++ b/src/udp_wrap.cc @@ -19,11 +19,11 @@ // OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE // USE OR OTHER DEALINGS IN THE SOFTWARE. -#include <node.h> -#include <node_buffer.h> +#include "node.h" +#include "node_buffer.h" -#include <req_wrap.h> -#include <handle_wrap.h> +#include "req_wrap.h" +#include "handle_wrap.h" #include <stdlib.h> |