ossp-pkg/l2/l2_channel.c 1.22 -> 1.23
--- l2_channel.c 2001/11/04 13:21:17 1.22
+++ l2_channel.c 2001/11/04 13:55:06 1.23
@@ -24,15 +24,12 @@
** OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
** SUCH DAMAGE.
**
-** l2_channel.c: channel handling
+** l2_channel.c: channel object
**
*/
-#include "l2.h"
#include "l2_p.h"
-#include <string.h>
-
/*
* A channel is the central object for a logging stream. It is
* implemented by a framework (the code implemented here) which provides
|
|