Skip to content

Commit

Permalink
change header file name in MySQL*.c files
Browse files Browse the repository at this point in the history
  • Loading branch information
AlysonStahl-NOAA committed Feb 28, 2025
1 parent d8613b6 commit 1aaaa0c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion extra/Mysql.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
// #include <unistd.h>
#include "grb2.h"
#include "wgrib2.h"
#include "fnlist.h"
#include "fnlist_extra.h"

#ifdef USE_MYSQL

Expand Down
2 changes: 1 addition & 1 deletion extra/Mysql_dump.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#include <string.h>
#include "grb2.h"
#include "wgrib2.h"
#include "fnlist.h"
#include "fnlist_extra.h"

#ifdef USE_MYSQL

Expand Down
2 changes: 1 addition & 1 deletion extra/Mysql_speed.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#include <string.h>
#include "grb2.h"
#include "wgrib2.h"
#include "fnlist.h"
#include "fnlist_exta.h"

#ifdef USE_MYSQL

Expand Down

0 comments on commit 1aaaa0c

Please sign in to comment.