- fixed includes after refactor
- fixed mutual inclusions git-svn-id: http://moon:8086/svn/software/trunk/libsrc/radio@866 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
+3
-3
@@ -1,5 +1,5 @@
|
||||
#ifndef _REAL_HPP_
|
||||
#define _REAL_HPP_
|
||||
#ifndef _RADIO_REALVECTOR2_HPP_
|
||||
#define _RADIO_REALVECTOR2_HPP_
|
||||
|
||||
#include <string>
|
||||
#include <memory.h>
|
||||
@@ -268,4 +268,4 @@ RealVector::OpBinary operator-(const RealVector &a, const RealVector &b);
|
||||
RealVector::OpBinary operator*(const RealVector &a, const RealVector &b);
|
||||
RealVector::OpBinary operator/(const RealVector &a, const RealVector &b);
|
||||
|
||||
#endif // _REAL_HPP_
|
||||
#endif // _RADIO_REALVECTOR2_HPP_
|
||||
Reference in New Issue
Block a user