I have already checked another thread about this and its not working.
-- In the autorun/slemp.lua file
local files, directories = file.Find( "entities/bed/shared*", "LUA" )
include(files[1])
-- In the entities/bed/shared.lua file
local files, directories = file.Find( "autorun/slemp*", "LUA" )
include(files[1])
Weirdest part is how it tells me “Couldn’t include file ‘shared.lua’ (File not found)” because it seems to find the file based on the fact that it knows it has .lua after it.