clean:
This commit is contained in:
parent
13f208d577
commit
18a2008a96
@ -1,3 +1,5 @@
|
|||||||
|
#pragma once
|
||||||
|
|
||||||
class Fixed
|
class Fixed
|
||||||
{
|
{
|
||||||
private:
|
private:
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
#ifndef FIXED_H
|
#pragma once
|
||||||
# define FIXED_H
|
|
||||||
|
|
||||||
# include <ostream>
|
#include <ostream>
|
||||||
|
|
||||||
class Fixed
|
class Fixed
|
||||||
{
|
{
|
||||||
@ -25,5 +24,3 @@ class Fixed
|
|||||||
};
|
};
|
||||||
|
|
||||||
std::ostream& operator << (std::ostream &out, const Fixed& fixed);
|
std::ostream& operator << (std::ostream &out, const Fixed& fixed);
|
||||||
|
|
||||||
#endif
|
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
#ifndef FIXED_H
|
#pragma once
|
||||||
# define FIXED_H
|
|
||||||
|
|
||||||
# include <ostream>
|
# include <ostream>
|
||||||
|
|
||||||
@ -47,5 +46,3 @@ class Fixed
|
|||||||
};
|
};
|
||||||
|
|
||||||
std::ostream& operator << (std::ostream &out, const Fixed& fixed);
|
std::ostream& operator << (std::ostream &out, const Fixed& fixed);
|
||||||
|
|
||||||
#endif
|
|
||||||
|
Loading…
Reference in New Issue
Block a user