include-once -impl files

This commit is contained in:
john hood
2016-05-14 02:58:07 -04:00
parent 882539884e
commit 5bc1c6c032
2 changed files with 10 additions and 0 deletions
+5
View File
@@ -30,6 +30,9 @@
also delete it here.
*/
#ifndef NETWORK_TRANSPORT_IMPL_HPP
#define NETWORK_TRANSPORT_IMPL_HPP
#include "networktransport.h"
#include "transportsender-impl.h"
@@ -200,3 +203,5 @@ string Transport<MyState, RemoteState>::get_remote_diff( void )
return ret;
}
#endif
+5
View File
@@ -30,6 +30,9 @@
also delete it here.
*/
#ifndef TRANSPORT_SENDER_IMPL_HPP
#define TRANSPORT_SENDER_IMPL_HPP
#include <algorithm>
#include <list>
#include <stdio.h>
@@ -405,3 +408,5 @@ void TransportSender<MyState>::attempt_prospective_resend_optimization( string &
proposed_diff = resend_diff;
}
}
#endif