Skip to content
Snippets Groups Projects
Commit f8580918 authored by Dmitriy A. Gerasimov's avatar Dmitriy A. Gerasimov
Browse files

[*] Renames and fixes

parent 3c363021
No related branches found
No related tags found
No related merge requests found
......@@ -24,9 +24,9 @@
#include "stream.h"
#include "stream_pkt.h"
#include "stream_ch.h"
#include "stream_ch_proc.h"
#include "stream_ch_pkt.h"
#include "dap_stream_ch.h"
#include "dap_stream_ch_proc.h"
#include "dap_stream_ch_pkt.h"
#include "stream_session.h"
#include "dap_server_client.h"
......
......@@ -29,7 +29,7 @@
#include <ev.h>
#include "stream_session.h"
#include "stream_ch.h"
#include "dap_stream_ch.h"
#include "dap_udp_server.h"
#include "dap_udp_client.h"
......
......@@ -32,9 +32,9 @@
#include "stream.h"
#include "stream_pkt.h"
#include "stream_ch.h"
#include "stream_ch_pkt.h"
#include "stream_ch_proc.h"
#include "dap_stream_ch.h"
#include "dap_stream_ch_pkt.h"
#include "dap_stream_ch_proc.h"
#define LOG_TAG "stream_pkt"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment