diff options
Diffstat (limited to '')
-rw-r--r-- | src/servers/gamma.h (renamed from src/gamma-server/server.h) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gamma-server/server.h b/src/servers/gamma.h index 96f47b8..ee9af84 100644 --- a/src/gamma-server/server.h +++ b/src/servers/gamma.h @@ -15,8 +15,8 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef GAMMA_SERVER_SERVER_H -#define GAMMA_SERVER_SERVER_H +#ifndef SERVERS_GAMMA_H +#define SERVERS_GAMMA_H #include "../types/output.h" |