removed double underscores from include guards
This commit is contained in:
parent
959a2fed86
commit
0b98cedff4
3 changed files with 6 additions and 6 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#ifndef __USER_H
|
||||
#define __USER_H
|
||||
#ifndef USER_H
|
||||
#define USER_H
|
||||
|
||||
#include <iostream>
|
||||
#include <string>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
#ifndef __USERTABLE_H
|
||||
#define __USERTABLE_H
|
||||
#ifndef USERTABLE_H
|
||||
#define USERTABLE_H
|
||||
|
||||
#include <iostream>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue