remove un-needed log declaration

This commit is contained in:
Mathieu Lacage
2010-07-14 21:24:17 +02:00
parent 93032c887a
commit 979c31d737

View File

@@ -20,15 +20,12 @@
#include "high-precision-cairo.h"
#include "ns3/test.h"
#include "ns3/abort.h"
#include "ns3/log.h"
#include "ns3/assert.h"
#include <math.h>
#include <iostream>
namespace ns3 {
NS_LOG_COMPONENT_DEFINE ("HighPrecisionCairo");
#define OUTPUT_SIGN(sa,sb,ua,ub) \
({bool negA, negB; \