[poincare] Fix header guardians

This commit is contained in:
Léa Saviot
2019-08-23 14:53:03 +02:00
parent 0316702adf
commit ec4e76defb
2 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
#ifndef POINCARE_NORMCDF_H
#define POINCARE_NORMCDF_H
#ifndef POINCARE_NORM_CDF_H
#define POINCARE_NORM_CDF_H
#include <poincare/approximation_helper.h>
#include <poincare/expression.h>

View File

@@ -1,5 +1,5 @@
#ifndef POINCARE_NORMCDF2_H
#define POINCARE_NORMCDF2_H
#ifndef POINCARE_NORM_CDF2_H
#define POINCARE_NORM_CDF2_H
#include <poincare/approximation_helper.h>
#include <poincare/expression.h>