1
0
Fork 0

Fix some missed renames for sg_random.hxx

Ticket-Id: https://sourceforge.net/p/flightgear/codetickets/2595/
This commit is contained in:
James Turner 2021-05-28 11:58:57 +01:00
parent cc60472d26
commit 9297f62d2f
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@
#include <Main/globals.hxx>
#include <simgear/math/sg_random.h>
#include <simgear/math/sg_random.hxx>
#include <simgear/props/props_io.hxx>
// Set up function for each test.

View file

@ -10,7 +10,7 @@
#include <Main/globals.hxx>
#include <simgear/math/sg_random.h>
#include <simgear/math/sg_random.hxx>
#include <simgear/props/props_io.hxx>
#include <unistd.h>