clean:
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user