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