diff options
Diffstat (limited to 'gdb/common/environ.h')
-rw-r--r-- | gdb/common/environ.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/common/environ.h b/gdb/common/environ.h index 29d534f..8a6b907 100644 --- a/gdb/common/environ.h +++ b/gdb/common/environ.h @@ -14,8 +14,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/>. */ -#if !defined (ENVIRON_H) -#define ENVIRON_H 1 +#ifndef COMMON_ENVIRON_H +#define COMMON_ENVIRON_H #include <vector> #include <set> @@ -100,4 +100,4 @@ private: std::set<std::string> m_user_unset_env; }; -#endif /* defined (ENVIRON_H) */ +#endif /* COMMON_ENVIRON_H */ |